#8E900C

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

Shades of Citron #8E900C

Tints of Citron #8E900C

Color information

#8E900C (or 0x8E900C) is unknown color: approx Citron. HEX triplet: 8E, 90 and 0C. RGB value is (142,144,12). Sum of RGB (Red+Green+Blue) = 142+144+12=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #8E900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E900C is #716FF3. Grayscale: #808080. Windows color (decimal): -7434228 or 823438. OLE color: 823438.

HSL color Cylindrical-coordinate representation of color #8E900C: hue angle of 60.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E900C is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14214412-
CMYK0.0100.920.44
HSL60.91º84.62%30.59%-
HSV(B)60.91º91.67%56.47%-
XYZ21.1925.724.2-
YUV128.3562.34137.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.65%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=47.65%
G=48.32%
B=4.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142144120.0100.920.4460.9184.6230.59
Hex8E90C105C2C3d551f
Octal2162201410134547512537
Binary10001110100100001100101011100101100111101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,12); }

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

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

 a { background-color: rgb(142,144,12); }

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

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

 span { border-color: rgb(142,144,12); }

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