Html Css Color HEX #9CCA02 Citrus

📋 copy color: '#9CCA02'

red 156 ◦ green 202 ◦ blue 2

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

Shades of Citrus #9CCA02

Tints of Citrus #9CCA02

RGB

 RED value IS 156 (61.33% from 255) = 43.33%

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

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

R = 43.33%
G = 56.11%
B = 0.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#9CCA02 (or 0x9CCA02) is known color: Citrus. HEX triplet: 9C, CA and 02. RGB value is (156,202,2). Sum of RGB (Red+Green+Blue) = 156+202+2=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCA02 is #6335FD. Grayscale: #A6A6A6. Windows color (decimal): -6501886 or 182940. OLE color: 182940.

HSL color Cylindrical-coordinate representation of color #9CCA02: hue angle of 73.8º 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 #9CCA02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 202 2 -
CMYK 0.23 0 0.99 0.21
HSL 73.8º 0.98% 0.4% -
HSV(B) 73.8º 0.99% 0.79% -
XYZ 34.84 49.31 7.74 -
YUV 165.45 35.76 121.26 -
System Red Green Blue C M Y K H S L
Decimal 156 202 2 0.23 0 0.99 0.21 73.8 0.98 0.4
Hex 9C CA 2 17 0 63 15 4A 62 28
Octal 234 312 2 27 0 143 25 112 142 50
Binary 10011100 11001010 10 10111 0 1100011 10101 1001010 1100010 101000

Color Harmonies of #9CCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCA02

Black with #9CCA02

Text Example


Text Example

White with #9CCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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