#8EA128

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

Shades of Citron #8EA128

Tints of Citron #8EA128

Color information

#8EA128 (or 0x8EA128) is unknown color: approx Citron. HEX triplet: 8E, A1 and 28. RGB value is (142,161,40). Sum of RGB (Red+Green+Blue) = 142+161+40=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA128 is #715ED7. Grayscale: #8D8D8D. Windows color (decimal): -7429848 or 2662798. OLE color: 2662798.

HSL color Cylindrical-coordinate representation of color #8EA128: hue angle of 69.42º 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 #8EA128 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB14216140-
CMYK0.1200.750.37
HSL69.42º60.2%39.41%-
HSV(B)69.42º75.16%63.14%-
XYZ24.2831.396.79-
YUV141.5270.71128.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=41.40%
G=46.94%
B=11.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142161400.1200.750.3769.4260.239.41
Hex8EA128C04B25453c27
Octal21624150140113451057447
Binary10001110101000011010001100010010111001011000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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