Html Css Color HEX #9CC908 Citrus

📋 copy color: '#9CC908'

red 156 ◦ green 201 ◦ blue 8

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

Shades of Citrus #9CC908

Tints of Citrus #9CC908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.07%

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

R = 42.74%
G = 55.07%
B = 2.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#9CC908 (or 0x9CC908) is known color: Citrus. HEX triplet: 9C, C9 and 08. RGB value is (156,201,8). Sum of RGB (Red+Green+Blue) = 156+201+8=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC908 is #6336F7. Grayscale: #A6A6A6. Windows color (decimal): -6502136 or 575900. OLE color: 575900.

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

Color convert

RGB 156 201 8 -
CMYK 0.22 0 0.96 0.21
HSL 73.99º 0.92% 0.41% -
HSV(B) 73.99º 0.96% 0.79% -
XYZ 34.64 48.86 7.83 -
YUV 165.54 39.09 121.19 -
System Red Green Blue C M Y K H S L
Decimal 156 201 8 0.22 0 0.96 0.21 73.99 0.92 0.41
Hex 9C C9 8 16 0 60 15 4A 5C 29
Octal 234 311 10 26 0 140 25 112 134 51
Binary 10011100 11001001 1000 10110 0 1100000 10101 1001010 1011100 101001

Color Harmonies of #9CC908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC908

Black with #9CC908

Text Example


Text Example

White with #9CC908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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