#8EA510

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

Shades of Citron #8EA510

Tints of Citron #8EA510

Color information

#8EA510 (or 0x8EA510) is unknown color: approx Citron. HEX triplet: 8E, A5 and 10. RGB value is (142,165,16). Sum of RGB (Red+Green+Blue) = 142+165+16=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA510 is #715AEF. Grayscale: #8D8D8D. Windows color (decimal): -7428848 or 1090958. OLE color: 1090958.

HSL color Cylindrical-coordinate representation of color #8EA510: hue angle of 69.26º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EA510 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB14216516-
CMYK0.1400.900.35
HSL69.26º82.32%35.49%-
HSV(B)69.26º90.3%64.71%-
XYZ24.732.75.5-
YUV141.1457.38128.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 16 (6.64% from 255) = 4.95%
R=43.96%
G=51.08%
B=4.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142165160.1400.900.3569.2682.3235.49
Hex8EA510E05A23455223
Octal216245201601324310512243
Binary10001110101001011000011100101101010001110001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,16); }

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

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

 a { background-color: rgb(142,165,16); }

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

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

 span { border-color: rgb(142,165,16); }

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