#8E9124

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

Shades of Citron #8E9124

Tints of Citron #8E9124

Color information

#8E9124 (or 0x8E9124) is unknown color: approx Citron. HEX triplet: 8E, 91 and 24. RGB value is (142,145,36). Sum of RGB (Red+Green+Blue) = 142+145+36=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9124 is #716EDB. Grayscale: #848484. Windows color (decimal): -7433948 or 2396558. OLE color: 2396558.

HSL color Cylindrical-coordinate representation of color #8E9124: hue angle of 61.65º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E9124 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14214536-
CMYK0.0200.750.43
HSL61.65º60.22%35.49%-
HSV(B)61.65º75.17%56.86%-
XYZ21.626.135.57-
YUV131.6874.01135.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 36 (14.45% from 255) = 11.15%
R=43.96%
G=44.89%
B=11.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145360.0200.750.4361.6560.2235.49
Hex8E9124204B2B3e3c23
Octal216221442011353767443
Binary10001110100100011001001001001011101011111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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