#21A15C

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

Shades of Eucalyptus #21A15C

Tints of Eucalyptus #21A15C

Color information

#21A15C (or 0x21A15C) is unknown color: approx Eucalyptus. HEX triplet: 21, A1 and 5C. RGB value is (33,161,92). Sum of RGB (Red+Green+Blue) = 33+161+92=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #21A15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A15C is #DE5EA3. Grayscale: #737373. Windows color (decimal): -14573220 or 6070561. OLE color: 6070561.

HSL color Cylindrical-coordinate representation of color #21A15C: hue angle of 147.66º 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 #21A15C is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB3316192-
CMYK0.8000.430.37
HSL147.66º65.98%38.04%-
HSV(B)147.66º79.5%63.14%-
XYZ15.326.5914.45-
YUV114.86115.0969.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 161 (63.28% from 255) = 56.29%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=11.54%
G=56.29%
B=32.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33161920.8000.430.37147.6665.9838.04
Hex21A15C5002B25944226
Octal412411341200534522410246
Binary10000110100001101110010100000101011100101100101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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