Html Css Color HEX #8CAA06 Citrus

📋 copy color: '#8CAA06'

red 140 ◦ green 170 ◦ blue 6

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

Shades of Citrus #8CAA06

Tints of Citrus #8CAA06

RGB

 RED value IS 140 (55.08% from 255) = 44.3%

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 44.3%
G = 53.8%
B = 1.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#8CAA06 (or 0x8CAA06) is known color: Citrus. HEX triplet: 8C, AA and 06. RGB value is (140,170,6). Sum of RGB (Red+Green+Blue) = 140+170+6=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA06 is #7355F9. Grayscale: #8E8E8E. Windows color (decimal): -7558650 or 436876. OLE color: 436876.

HSL color Cylindrical-coordinate representation of color #8CAA06: hue angle of 70.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CAA06 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 6 -
CMYK 0.18 0 0.96 0.33
HSL 70.98º 0.93% 0.35% -
HSV(B) 70.98º 0.96% 0.67% -
XYZ 25.22 34.34 5.47 -
YUV 142.33 51.06 126.34 -
System Red Green Blue C M Y K H S L
Decimal 140 170 6 0.18 0 0.96 0.33 70.98 0.93 0.35
Hex 8C AA 6 12 0 60 21 47 5D 23
Octal 214 252 6 22 0 140 41 107 135 43
Binary 10001100 10101010 110 10010 0 1100000 100001 1000111 1011101 100011

Color Harmonies of #8CAA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA06

Black with #8CAA06

Text Example


Text Example

White with #8CAA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CAA06; }

 p { color: rgb(140,170,6); }

 H1.HeaderClassName
 {
   color: #8CAA06;
 }
 .AnyTagClassName
 {
   color: #8CAA06;
 }
</style>

background-color css

<style>
 a { background-color: #8CAA06; }

 a { background-color: rgb(140,170,6); }

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

border-color css

<style>
 span { border-color: #8CAA06; }

 span { border-color: rgb(140,170,6); }

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