#8DAC06

Color #8DAC06 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8DAC06

Tints of Citrus #8DAC06

Color information

#8DAC06 (or 0x8DAC06) is unknown color: approx Citrus. HEX triplet: 8D, AC and 06. RGB value is (141,172,6). Sum of RGB (Red+Green+Blue) = 141+172+6=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAC06 is #7253F9. Grayscale: #909090. Windows color (decimal): -7492602 or 437389. OLE color: 437389.

HSL color Cylindrical-coordinate representation of color #8DAC06: hue angle of 71.2º 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 #8DAC06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1411726-
CMYK0.1800.970.33
HSL71.2º93.26%34.9%-
HSV(B)71.2º96.51%67.45%-
XYZ25.7735.185.6-
YUV143.8150.23126-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=44.20%
G=53.92%
B=1.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14117260.1800.970.3371.293.2634.9
Hex8DAC61206121475d23
Octal21525462201414110713543
Binary1000110110101100110100100110000110000110001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAC06;
 }
 .AnyTagClassName
 {
   color: #8DAC06;
 }
</style>
background-color css

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

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

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

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

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

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