Html Css Color HEX #9CC308 Citrus

📋 copy color: '#9CC308'

red 156 ◦ green 195 ◦ blue 8

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

Shades of Citrus #9CC308

Tints of Citrus #9CC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.32%

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

R = 43.45%
G = 54.32%
B = 2.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#9CC308 (or 0x9CC308) is known color: Citrus. HEX triplet: 9C, C3 and 08. RGB value is (156,195,8). Sum of RGB (Red+Green+Blue) = 156+195+8=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC308 is #633CF7. Grayscale: #A2A2A2. Windows color (decimal): -6503672 or 574364. OLE color: 574364.

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

Color convert

RGB 156 195 8 -
CMYK 0.20 0 0.96 0.24
HSL 72.51º 0.92% 0.4% -
HSV(B) 72.51º 0.96% 0.76% -
XYZ 33.27 46.12 7.38 -
YUV 162.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 156 195 8 0.20 0 0.96 0.24 72.51 0.92 0.4
Hex 9C C3 8 14 0 60 18 49 5C 28
Octal 234 303 10 24 0 140 30 111 134 50
Binary 10011100 11000011 1000 10100 0 1100000 11000 1001001 1011100 101000

Color Harmonies of #9CC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC308

Black with #9CC308

Text Example


Text Example

White with #9CC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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