#8EA424

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

Shades of Citron #8EA424

Tints of Citron #8EA424

Color information

#8EA424 (or 0x8EA424) is unknown color: approx Citron. HEX triplet: 8E, A4 and 24. RGB value is (142,164,36). Sum of RGB (Red+Green+Blue) = 142+164+36=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA424 is #715BDB. Grayscale: #8F8F8F. Windows color (decimal): -7429084 or 2401422. OLE color: 2401422.

HSL color Cylindrical-coordinate representation of color #8EA424: hue angle of 70.31º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EA424 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB14216436-
CMYK0.1300.780.36
HSL70.31º64%39.22%-
HSV(B)70.31º78.05%64.31%-
XYZ24.7532.436.62-
YUV142.8367.71127.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 36 (14.45% from 255) = 10.53%
R=41.52%
G=47.95%
B=10.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164360.1300.780.3670.316439.22
Hex8EA424D04E24464027
Octal216244441501164410610047
Binary100011101010010010010011010100111010010010001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,36); }

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

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

 a { background-color: rgb(142,164,36); }

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

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

 span { border-color: rgb(142,164,36); }

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