Html Css Color HEX #9DCA02 Citrus

📋 copy color: '#9DCA02'

red 157 ◦ green 202 ◦ blue 2

#9DCA02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9DCA02

Tints of Citrus #9DCA02

RGB

 RED value IS 157 (61.72% from 255) = 43.49%

 GREEN value IS 202 (79.3% from 255) = 55.96%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 43.49%
G = 55.96%
B = 0.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DCA02 (or 0x9DCA02) is known color: Citrus. HEX triplet: 9D, CA and 02. RGB value is (157,202,2). Sum of RGB (Red+Green+Blue) = 157+202+2=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCA02 is #6235FD. Grayscale: #A6A6A6. Windows color (decimal): -6436350 or 182941. OLE color: 182941.

HSL color Cylindrical-coordinate representation of color #9DCA02: hue angle of 73.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DCA02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 202 2 -
CMYK 0.22 0 0.99 0.21
HSL 73.5º 0.98% 0.4% -
HSV(B) 73.5º 0.99% 0.79% -
XYZ 35.04 49.41 7.75 -
YUV 165.75 35.59 121.76 -
System Red Green Blue C M Y K H S L
Decimal 157 202 2 0.22 0 0.99 0.21 73.5 0.98 0.4
Hex 9D CA 2 16 0 63 15 4A 62 28
Octal 235 312 2 26 0 143 25 112 142 50
Binary 10011101 11001010 10 10110 0 1100011 10101 1001010 1100010 101000

Color Harmonies of #9DCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCA02

Black with #9DCA02

Text Example


Text Example

White with #9DCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DCA02; }

 p { color: rgb(157,202,2); }

 H1.HeaderClassName
 {
   color: #9DCA02;
 }
 .AnyTagClassName
 {
   color: #9DCA02;
 }
</style>

background-color css

<style>
 a { background-color: #9DCA02; }

 a { background-color: rgb(157,202,2); }

 div.DivClassName
 {
   background-color: #9DCA02;
 }
 .BgClassName
 {
   background-color: #9DCA02;
 }
</style>

border-color css

<style>
 span { border-color: #9DCA02; }

 span { border-color: rgb(157,202,2); }

 td.TdClassName
 {
   border-color: #9DCA02;
 }
 .TagClassName
 {
   border-color: #9DCA02;
 }
</style>