#8DA218

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

Shades of Citron #8DA218

Tints of Citron #8DA218

Color information

#8DA218 (or 0x8DA218) is unknown color: approx Citron. HEX triplet: 8D, A2 and 18. RGB value is (141,162,24). Sum of RGB (Red+Green+Blue) = 141+162+24=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA218 is #725DE7. Grayscale: #8C8C8C. Windows color (decimal): -7495144 or 1614477. OLE color: 1614477.

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

Color convert

RGB14116224-
CMYK0.1300.850.36
HSL69.13º74.19%36.47%-
HSV(B)69.13º85.19%63.53%-
XYZ24.0731.575.69-
YUV139.9962.54128.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 24 (9.77% from 255) = 7.34%
R=43.12%
G=49.54%
B=7.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162240.1300.850.3669.1374.1936.47
Hex8DA218D05524454a24
Octal215242301501254410511244
Binary10001101101000101100011010101010110010010001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,24); }

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

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

 a { background-color: rgb(141,162,24); }

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

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

 span { border-color: rgb(141,162,24); }

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