#8E941E

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

Shades of Citron #8E941E

Tints of Citron #8E941E

Color information

#8E941E (or 0x8E941E) is unknown color: approx Citron. HEX triplet: 8E, 94 and 1E. RGB value is (142,148,30). Sum of RGB (Red+Green+Blue) = 142+148+30=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #8E941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E941E is #716BE1. Grayscale: #858585. Windows color (decimal): -7433186 or 2004110. OLE color: 2004110.

HSL color Cylindrical-coordinate representation of color #8E941E: hue angle of 63.05º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E941E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14214830-
CMYK0.0400.800.42
HSL63.05º66.29%34.9%-
HSV(B)63.05º79.73%58.04%-
XYZ21.9827.025.29-
YUV132.7570.01134.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=44.38%
G=46.25%
B=9.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148300.0400.800.4263.0566.2934.9
Hex8E941E40502A3f4223
Octal2162243640120527710243
Binary100011101001010011110100010100001010101111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,30); }

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

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

 a { background-color: rgb(142,148,30); }

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

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

 span { border-color: rgb(142,148,30); }

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