#8EA31B

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

Shades of Citron #8EA31B

Tints of Citron #8EA31B

Color information

#8EA31B (or 0x8EA31B) is unknown color: approx Citron. HEX triplet: 8E, A3 and 1B. RGB value is (142,163,27). Sum of RGB (Red+Green+Blue) = 142+163+27=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA31B is #715CE4. Grayscale: #8D8D8D. Windows color (decimal): -7429349 or 1811342. OLE color: 1811342.

HSL color Cylindrical-coordinate representation of color #8EA31B: hue angle of 69.26º degrees, saturation: 0.72, 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 #8EA31B is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB14216327-
CMYK0.1300.830.36
HSL69.26º71.58%37.25%-
HSV(B)69.26º83.44%63.92%-
XYZ24.4532.025.93-
YUV141.2263.54128.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=42.77%
G=49.10%
B=8.13%

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
Decimal142163270.1300.830.3669.2671.5837.25
Hex8EA31BD05324454825
Octal216243331501234410511045
Binary10001110101000111101111010101001110010010001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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