#8E9C0A

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

Shades of Citron #8E9C0A

Tints of Citron #8E9C0A

Color information

#8E9C0A (or 0x8E9C0A) is unknown color: approx Citron. HEX triplet: 8E, 9C and 0A. RGB value is (142,156,10). Sum of RGB (Red+Green+Blue) = 142+156+10=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9C0A is #7163F5. Grayscale: #878787. Windows color (decimal): -7431158 or 695438. OLE color: 695438.

HSL color Cylindrical-coordinate representation of color #8E9C0A: hue angle of 65.75º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E9C0A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB14215610-
CMYK0.0900.940.39
HSL65.75º87.95%32.55%-
HSV(B)65.75º93.59%61.18%-
XYZ23.129.554.77-
YUV135.1757.36132.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 156 (61.33% from 255) = 50.65%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=46.10%
G=50.65%
B=3.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142156100.0900.940.3965.7587.9532.55
Hex8E9CA905E27425821
Octal216234121101364710213041
Binary1000111010011100101010010101111010011110000101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,10); }

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

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

 a { background-color: rgb(142,156,10); }

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

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

 span { border-color: rgb(142,156,10); }

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