#8ea028

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

Shades of Citron #8EA028

Tints of Citron #8EA028

Color information

#8EA028 (or 0x8EA028) is unknown color: approx Citron. HEX triplet: 8E, A0 and 28. RGB value is (142,160,40). Sum of RGB (Red+Green+Blue) = 142+160+40=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA028 is #715FD7. Grayscale: #8D8D8D. Windows color (decimal): -7430104 or 2662542. OLE color: 2662542.

HSL color Cylindrical-coordinate representation of color #8EA028: hue angle of 69º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EA028 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB14216040-
CMYK0.1100.750.37
HSL69º60%39.22%-
HSV(B)69º75%62.75%-
XYZ24.1131.056.73-
YUV140.9471.04128.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 160 (62.89% from 255) = 46.78%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=41.52%
G=46.78%
B=11.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142160400.1100.750.37696039.22
Hex8EA028B04B25453c27
Octal21624050130113451057447
Binary10001110101000001010001011010010111001011000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ea028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,40); }

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

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

 a { background-color: rgb(142,160,40); }

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

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

 span { border-color: rgb(142,160,40); }

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