#8EA116

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

Shades of Citron #8EA116

Tints of Citron #8EA116

Color information

#8EA116 (or 0x8EA116) is unknown color: approx Citron. HEX triplet: 8E, A1 and 16. RGB value is (142,161,22). Sum of RGB (Red+Green+Blue) = 142+161+22=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA116 is #715EE9. Grayscale: #8C8C8C. Windows color (decimal): -7429866 or 1483150. OLE color: 1483150.

HSL color Cylindrical-coordinate representation of color #8EA116: hue angle of 68.2º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EA116 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB14216122-
CMYK0.1200.860.37
HSL68.2º75.96%35.88%-
HSV(B)68.2º86.34%63.14%-
XYZ24.0531.35.53-
YUV139.4761.71129.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=43.69%
G=49.54%
B=6.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142161220.1200.860.3768.275.9635.88
Hex8EA116C05625444c24
Octal216241261401264510411444
Binary10001110101000011011011000101011010010110001001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,22); }

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

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

 a { background-color: rgb(142,161,22); }

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

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

 span { border-color: rgb(142,161,22); }

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