Html Css Color HEX #9CC808 Citrus

📋 copy color: '#9CC808'

red 156 ◦ green 200 ◦ blue 8

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

Shades of Citrus #9CC808

Tints of Citrus #9CC808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.95%

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

R = 42.86%
G = 54.95%
B = 2.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#9CC808 (or 0x9CC808) is known color: Citrus. HEX triplet: 9C, C8 and 08. RGB value is (156,200,8). Sum of RGB (Red+Green+Blue) = 156+200+8=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC808 is #6337F7. Grayscale: #A5A5A5. Windows color (decimal): -6502392 or 575644. OLE color: 575644.

HSL color Cylindrical-coordinate representation of color #9CC808: hue angle of 73.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CC808 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 200 8 -
CMYK 0.22 0 0.96 0.22
HSL 73.75º 0.92% 0.41% -
HSV(B) 73.75º 0.96% 0.78% -
XYZ 34.41 48.39 7.76 -
YUV 164.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 156 200 8 0.22 0 0.96 0.22 73.75 0.92 0.41
Hex 9C C8 8 16 0 60 16 4A 5C 29
Octal 234 310 10 26 0 140 26 112 134 51
Binary 10011100 11001000 1000 10110 0 1100000 10110 1001010 1011100 101001

Color Harmonies of #9CC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC808

Black with #9CC808

Text Example


Text Example

White with #9CC808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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