Html Css Color HEX #9CD00C Citrus

📋 copy color: '#9CD00C'

red 156 ◦ green 208 ◦ blue 12

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

Shades of Citrus #9CD00C

Tints of Citrus #9CD00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.32%

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 41.49%
G = 55.32%
B = 3.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#9CD00C (or 0x9CD00C) is known color: Citrus. HEX triplet: 9C, D0 and 0C. RGB value is (156,208,12). Sum of RGB (Red+Green+Blue) = 156+208+12=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD00C is #632FF3. Grayscale: #AAAAAA. Windows color (decimal): -6500340 or 839836. OLE color: 839836.

HSL color Cylindrical-coordinate representation of color #9CD00C: hue angle of 75.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CD00C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 208 12 -
CMYK 0.25 0 0.94 0.18
HSL 75.92º 0.89% 0.43% -
HSV(B) 75.92º 0.94% 0.82% -
XYZ 36.33 52.21 8.51 -
YUV 170.11 38.77 117.94 -
System Red Green Blue C M Y K H S L
Decimal 156 208 12 0.25 0 0.94 0.18 75.92 0.89 0.43
Hex 9C D0 C 19 0 5E 12 4C 59 2B
Octal 234 320 14 31 0 136 22 114 131 53
Binary 10011100 11010000 1100 11001 0 1011110 10010 1001100 1011001 101011

Color Harmonies of #9CD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD00C

Black with #9CD00C

Text Example


Text Example

White with #9CD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,208,12); }

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

background-color css

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

 a { background-color: rgb(156,208,12); }

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

border-color css

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

 span { border-color: rgb(156,208,12); }

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