#21A150

Color #21A150 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #21A150

Tints of Eucalyptus #21A150

Color information

#21A150 (or 0x21A150) is unknown color: approx Eucalyptus. HEX triplet: 21, A1 and 50. RGB value is (33,161,80). Sum of RGB (Red+Green+Blue) = 33+161+80=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #21A150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A150 is #DE5EAF. Grayscale: #717171. Windows color (decimal): -14573232 or 5284129. OLE color: 5284129.

HSL color Cylindrical-coordinate representation of color #21A150: hue angle of 142.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A150 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB3316180-
CMYK0.8000.500.37
HSL142.03º65.98%38.04%-
HSV(B)142.03º79.5%63.14%-
XYZ14.8226.3911.9-
YUV113.49109.0970.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 161 (63.28% from 255) = 58.76%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=12.04%
G=58.76%
B=29.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33161800.8000.500.37142.0365.9838.04
Hex21A15050032258e4226
Octal412411201200624521610246
Binary10000110100001101000010100000110010100101100011101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A150; }

 p { color: rgb(33,161,80); }

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

<style>
 a { background-color: #21A150; }

 a { background-color: rgb(33,161,80); }

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

<style>
 span { border-color: #21A150; }

 span { border-color: rgb(33,161,80); }

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