Html Css Color HEX #9CC80C Citrus

📋 copy color: '#9CC80C'

red 156 ◦ green 200 ◦ blue 12

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

Shades of Citrus #9CC80C

Tints of Citrus #9CC80C

RGB

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

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

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

R = 42.39%
G = 54.35%
B = 3.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#9CC80C (or 0x9CC80C) is known color: Citrus. HEX triplet: 9C, C8 and 0C. RGB value is (156,200,12). Sum of RGB (Red+Green+Blue) = 156+200+12=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC80C is #6337F3. Grayscale: #A6A6A6. Windows color (decimal): -6502388 or 837788. OLE color: 837788.

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

Color convert

RGB 156 200 12 -
CMYK 0.22 0 0.94 0.22
HSL 74.04º 0.89% 0.42% -
HSV(B) 74.04º 0.94% 0.78% -
XYZ 34.43 48.4 7.88 -
YUV 165.41 41.42 121.29 -
System Red Green Blue C M Y K H S L
Decimal 156 200 12 0.22 0 0.94 0.22 74.04 0.89 0.42
Hex 9C C8 C 16 0 5E 16 4A 59 2A
Octal 234 310 14 26 0 136 26 112 131 52
Binary 10011100 11001000 1100 10110 0 1011110 10110 1001010 1011001 101010

Color Harmonies of #9CC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC80C

Black with #9CC80C

Text Example


Text Example

White with #9CC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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