Html Css Color HEX #8CAC06 Citrus

📋 copy color: '#8CAC06'

red 140 ◦ green 172 ◦ blue 6

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

Shades of Citrus #8CAC06

Tints of Citrus #8CAC06

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

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

R = 44.03%
G = 54.09%
B = 1.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#8CAC06 (or 0x8CAC06) is known color: Citrus. HEX triplet: 8C, AC and 06. RGB value is (140,172,6). Sum of RGB (Red+Green+Blue) = 140+172+6=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC06 is #7353F9. Grayscale: #909090. Windows color (decimal): -7558138 or 437388. OLE color: 437388.

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

Color convert

RGB 140 172 6 -
CMYK 0.19 0 0.97 0.33
HSL 71.57º 0.93% 0.35% -
HSV(B) 71.57º 0.97% 0.67% -
XYZ 25.6 35.09 5.6 -
YUV 143.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 140 172 6 0.19 0 0.97 0.33 71.57 0.93 0.35
Hex 8C AC 6 13 0 61 21 48 5D 23
Octal 214 254 6 23 0 141 41 110 135 43
Binary 10001100 10101100 110 10011 0 1100001 100001 1001000 1011101 100011

Color Harmonies of #8CAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC06

Black with #8CAC06

Text Example


Text Example

White with #8CAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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