#8DA211

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

Shades of Citron #8DA211

Tints of Citron #8DA211

Color information

#8DA211 (or 0x8DA211) is unknown color: approx Citron. HEX triplet: 8D, A2 and 11. RGB value is (141,162,17). Sum of RGB (Red+Green+Blue) = 141+162+17=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA211 is #725DEE. Grayscale: #8B8B8B. Windows color (decimal): -7495151 or 1155725. OLE color: 1155725.

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

Color convert

RGB14116217-
CMYK0.1300.900.36
HSL68.69º81.01%35.1%-
HSV(B)68.69º89.51%63.53%-
XYZ24.0131.545.35-
YUV139.1959.04129.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 17 (7.03% from 255) = 5.31%
R=44.06%
G=50.62%
B=5.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162170.1300.900.3668.6981.0135.1
Hex8DA211D05A24455123
Octal215242211501324410512143
Binary10001101101000101000111010101101010010010001011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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