#8EA706

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

Shades of Citrus #8EA706

Tints of Citrus #8EA706

Color information

#8EA706 (or 0x8EA706) is unknown color: approx Citrus. HEX triplet: 8E, A7 and 06. RGB value is (142,167,6). Sum of RGB (Red+Green+Blue) = 142+167+6=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA706 is #7158F9. Grayscale: #8D8D8D. Windows color (decimal): -7428346 or 436110. OLE color: 436110.

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

Color convert

RGB1421676-
CMYK0.1500.960.35
HSL69.32º93.06%33.92%-
HSV(B)69.32º96.41%65.49%-
XYZ25.0133.45.3-
YUV141.1751.72128.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=45.08%
G=53.02%
B=1.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14216760.1500.960.3569.3293.0633.92
Hex8EA76F06023455d22
Octal21624761701404310513542
Binary100011101010011111011110110000010001110001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,167,6); }

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

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

 a { background-color: rgb(142,167,6); }

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

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

 span { border-color: rgb(142,167,6); }

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