#8E9E2F

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

Shades of Citron #8E9E2F

Tints of Citron #8E9E2F

Color information

#8E9E2F (or 0x8E9E2F) is unknown color: approx Citron. HEX triplet: 8E, 9E and 2F. RGB value is (142,158,47). Sum of RGB (Red+Green+Blue) = 142+158+47=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9E2F is #7161D0. Grayscale: #8C8C8C. Windows color (decimal): -7430609 or 3120782. OLE color: 3120782.

HSL color Cylindrical-coordinate representation of color #8E9E2F: hue angle of 68.65º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E9E2F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB14215847-
CMYK0.1000.700.38
HSL68.65º54.15%40.2%-
HSV(B)68.65º70.25%61.96%-
XYZ23.930.417.3-
YUV140.5675.2129.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 47 (18.75% from 255) = 13.54%
R=40.92%
G=45.53%
B=13.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142158470.1000.700.3868.6554.1540.2
Hex8E9E2FA04626453628
Octal21623657120106461056650
Binary10001110100111101011111010010001101001101000101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,158,47); }

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

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

 a { background-color: rgb(142,158,47); }

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

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

 span { border-color: rgb(142,158,47); }

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