#21A550

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

Shades of Eucalyptus #21A550

Tints of Eucalyptus #21A550

Color information

#21A550 (or 0x21A550) is unknown color: approx Eucalyptus. HEX triplet: 21, A5 and 50. RGB value is (33,165,80). Sum of RGB (Red+Green+Blue) = 33+165+80=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 165 (64.84% from 255 or 59.35% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 165 - color contains mainly: green. Hex color #21A550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A550 is #DE5AAF. Grayscale: #747474. Windows color (decimal): -14572208 or 5285153. OLE color: 5285153.

HSL color Cylindrical-coordinate representation of color #21A550: hue angle of 141.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A550 is Cyan = 0.8, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB3316580-
CMYK0.800.520.35
HSL141.36º66.67%38.82%-
HSV(B)141.36º80%64.71%-
XYZ15.5327.8112.14-
YUV115.84107.7768.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 165 (64.84% from 255) = 59.35%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=11.87%
G=59.35%
B=28.78%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33165800.800.520.35141.3666.6738.82
Hex21A55050034238d4327
Octal412451201200644321510347
Binary10000110100101101000010100000110100100011100011011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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