#8EA328

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

Shades of Citron #8EA328

Tints of Citron #8EA328

Color information

#8EA328 (or 0x8EA328) is unknown color: approx Citron. HEX triplet: 8E, A3 and 28. RGB value is (142,163,40). Sum of RGB (Red+Green+Blue) = 142+163+40=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA328 is #715CD7. Grayscale: #8F8F8F. Windows color (decimal): -7429336 or 2663310. OLE color: 2663310.

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

Color convert

RGB14216340-
CMYK0.1300.750.36
HSL70.24º60.59%39.8%-
HSV(B)70.24º75.46%63.92%-
XYZ24.6432.16.9-
YUV142.770.04127.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 40 (16.02% from 255) = 11.59%
R=41.16%
G=47.25%
B=11.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163400.1300.750.3670.2460.5939.8
Hex8EA328D04B24463d28
Octal21624350150113441067550
Binary10001110101000111010001101010010111001001000110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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