#8E9A1C

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

Shades of Citron #8E9A1C

Tints of Citron #8E9A1C

Color information

#8E9A1C (or 0x8E9A1C) is unknown color: approx Citron. HEX triplet: 8E, 9A and 1C. RGB value is (142,154,28). Sum of RGB (Red+Green+Blue) = 142+154+28=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9A1C is #7165E3. Grayscale: #888888. Windows color (decimal): -7431652 or 1874574. OLE color: 1874574.

HSL color Cylindrical-coordinate representation of color #8E9A1C: hue angle of 65.71º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E9A1C is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB14215428-
CMYK0.0800.820.40
HSL65.71º69.23%35.69%-
HSV(B)65.71º81.82%60.39%-
XYZ22.9228.955.48-
YUV136.0567.02132.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 154 (60.55% from 255) = 47.53%
BLUE value IS 28 (11.33% from 255) = 8.64%
R=43.83%
G=47.53%
B=8.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142154280.0800.820.4065.7169.2335.69
Hex8E9A1C805228424524
Octal216232341001225010210544
Binary10001110100110101110010000101001010100010000101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,28); }

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

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

 a { background-color: rgb(142,154,28); }

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

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

 span { border-color: rgb(142,154,28); }

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