Html Css Color HEX #9CAA18 Citrus

📋 copy color: '#9CAA18'

red 156 ◦ green 170 ◦ blue 24

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

Shades of Citrus #9CAA18

Tints of Citrus #9CAA18

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.57%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 44.57%
G = 48.57%
B = 6.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#9CAA18 (or 0x9CAA18) is known color: Citrus. HEX triplet: 9C, AA and 18. RGB value is (156,170,24). Sum of RGB (Red+Green+Blue) = 156+170+24=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAA18 is #6355E7. Grayscale: #959595. Windows color (decimal): -6510056 or 1616540. OLE color: 1616540.

HSL color Cylindrical-coordinate representation of color #9CAA18: hue angle of 65.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9CAA18 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 24 -
CMYK 0.08 0 0.86 0.33
HSL 65.75º 0.75% 0.38% -
HSV(B) 65.75º 0.86% 0.67% -
XYZ 28.25 35.88 6.3 -
YUV 149.17 57.36 132.87 -
System Red Green Blue C M Y K H S L
Decimal 156 170 24 0.08 0 0.86 0.33 65.75 0.75 0.38
Hex 9C AA 18 8 0 56 21 42 4B 26
Octal 234 252 30 10 0 126 41 102 113 46
Binary 10011100 10101010 11000 1000 0 1010110 100001 1000010 1001011 100110

Color Harmonies of #9CAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA18

Black with #9CAA18

Text Example


Text Example

White with #9CAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,24); }

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

background-color css

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

 a { background-color: rgb(156,170,24); }

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

border-color css

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

 span { border-color: rgb(156,170,24); }

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