Html Css Color HEX #9CCD08 Citrus

📋 copy color: '#9CCD08'

red 156 ◦ green 205 ◦ blue 8

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

Shades of Citrus #9CCD08

Tints of Citrus #9CCD08

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.56%

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 42.28%
G = 55.56%
B = 2.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#9CCD08 (or 0x9CCD08) is known color: Citrus. HEX triplet: 9C, CD and 08. RGB value is (156,205,8). Sum of RGB (Red+Green+Blue) = 156+205+8=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCD08 is #6332F7. Grayscale: #A8A8A8. Windows color (decimal): -6501112 or 576924. OLE color: 576924.

HSL color Cylindrical-coordinate representation of color #9CCD08: hue angle of 74.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CCD08 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 205 8 -
CMYK 0.24 0 0.96 0.20
HSL 74.92º 0.92% 0.42% -
HSV(B) 74.92º 0.96% 0.8% -
XYZ 35.59 50.75 8.15 -
YUV 167.89 37.77 119.52 -
System Red Green Blue C M Y K H S L
Decimal 156 205 8 0.24 0 0.96 0.20 74.92 0.92 0.42
Hex 9C CD 8 18 0 60 14 4B 5C 2A
Octal 234 315 10 30 0 140 24 113 134 52
Binary 10011100 11001101 1000 11000 0 1100000 10100 1001011 1011100 101010

Color Harmonies of #9CCD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCD08

Black with #9CCD08

Text Example


Text Example

White with #9CCD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,205,8); }

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

background-color css

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

 a { background-color: rgb(156,205,8); }

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

border-color css

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

 span { border-color: rgb(156,205,8); }

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