Html Css Color HEX #9CC002 Citrus

📋 copy color: '#9CC002'

red 156 ◦ green 192 ◦ blue 2

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

Shades of Citrus #9CC002

Tints of Citrus #9CC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 44.57%
G = 54.86%
B = 0.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#9CC002 (or 0x9CC002) is known color: Citrus. HEX triplet: 9C, C0 and 02. RGB value is (156,192,2). Sum of RGB (Red+Green+Blue) = 156+192+2=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC002 is #633FFD. Grayscale: #A0A0A0. Windows color (decimal): -6504446 or 180380. OLE color: 180380.

HSL color Cylindrical-coordinate representation of color #9CC002: hue angle of 71.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CC002 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 2 -
CMYK 0.19 0 0.99 0.25
HSL 71.37º 0.98% 0.38% -
HSV(B) 71.37º 0.99% 0.75% -
XYZ 32.57 44.77 6.98 -
YUV 159.58 39.07 125.45 -
System Red Green Blue C M Y K H S L
Decimal 156 192 2 0.19 0 0.99 0.25 71.37 0.98 0.38
Hex 9C C0 2 13 0 63 19 47 62 26
Octal 234 300 2 23 0 143 31 107 142 46
Binary 10011100 11000000 10 10011 0 1100011 11001 1000111 1100010 100110

Color Harmonies of #9CC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC002

Black with #9CC002

Text Example


Text Example

White with #9CC002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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