#8EA512

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

Shades of Citron #8EA512

Tints of Citron #8EA512

Color information

#8EA512 (or 0x8EA512) is unknown color: approx Citron. HEX triplet: 8E, A5 and 12. RGB value is (142,165,18). Sum of RGB (Red+Green+Blue) = 142+165+18=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA512 is #715AED. Grayscale: #8D8D8D. Windows color (decimal): -7428846 or 1222030. OLE color: 1222030.

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

Color convert

RGB14216518-
CMYK0.1400.890.35
HSL69.39º80.33%35.88%-
HSV(B)69.39º89.09%64.71%-
XYZ24.7232.75.58-
YUV141.3658.38128.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=43.69%
G=50.77%
B=5.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142165180.1400.890.3569.3980.3335.88
Hex8EA512E05923455024
Octal216245221601314310512044
Binary10001110101001011001011100101100110001110001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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