#8E9F0E

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

Shades of Citron #8E9F0E

Tints of Citron #8E9F0E

Color information

#8E9F0E (or 0x8E9F0E) is unknown color: approx Citron. HEX triplet: 8E, 9F and 0E. RGB value is (142,159,14). Sum of RGB (Red+Green+Blue) = 142+159+14=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9F0E is #7160F1. Grayscale: #898989. Windows color (decimal): -7430386 or 958350. OLE color: 958350.

HSL color Cylindrical-coordinate representation of color #8E9F0E: hue angle of 67.03º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E9F0E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB14215914-
CMYK0.1100.910.38
HSL67.03º83.82%33.92%-
HSV(B)67.03º91.19%62.35%-
XYZ23.6330.585.07-
YUV137.3958.37131.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=45.08%
G=50.48%
B=4.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142159140.1100.910.3867.0383.8233.92
Hex8E9FEB05B26435422
Octal216237161301334610312442
Binary1000111010011111111010110101101110011010000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,14); }

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

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

 a { background-color: rgb(142,159,14); }

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

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

 span { border-color: rgb(142,159,14); }

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