#8EA216

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

Shades of Citron #8EA216

Tints of Citron #8EA216

Color information

#8EA216 (or 0x8EA216) is unknown color: approx Citron. HEX triplet: 8E, A2 and 16. RGB value is (142,162,22). Sum of RGB (Red+Green+Blue) = 142+162+22=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA216 is #715DE9. Grayscale: #8C8C8C. Windows color (decimal): -7429610 or 1483406. OLE color: 1483406.

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

Color convert

RGB14216222-
CMYK0.1200.860.36
HSL68.57º76.09%36.08%-
HSV(B)68.57º86.42%63.53%-
XYZ24.2231.655.59-
YUV140.0661.37129.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=43.56%
G=49.69%
B=6.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162220.1200.860.3668.5776.0936.08
Hex8EA216C05624454c24
Octal216242261401264410511444
Binary10001110101000101011011000101011010010010001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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