#8EA31C

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

Shades of Citron #8EA31C

Tints of Citron #8EA31C

Color information

#8EA31C (or 0x8EA31C) is unknown color: approx Citron. HEX triplet: 8E, A3 and 1C. RGB value is (142,163,28). Sum of RGB (Red+Green+Blue) = 142+163+28=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA31C is #715CE3. Grayscale: #8D8D8D. Windows color (decimal): -7429348 or 1876878. OLE color: 1876878.

HSL color Cylindrical-coordinate representation of color #8EA31C: hue angle of 69.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8EA31C is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB14216328-
CMYK0.1300.830.36
HSL69.33º70.68%37.45%-
HSV(B)69.33º82.82%63.92%-
XYZ24.4632.035.99-
YUV141.3364.04128.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 28 (11.33% from 255) = 8.41%
R=42.64%
G=48.95%
B=8.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163280.1300.830.3669.3370.6837.45
Hex8EA31CD05324454725
Octal216243341501234410510745
Binary10001110101000111110011010101001110010010001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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