#21AC5C

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

Shades of Eucalyptus #21AC5C

Tints of Eucalyptus #21AC5C

Color information

#21AC5C (or 0x21AC5C) is unknown color: approx Eucalyptus. HEX triplet: 21, AC and 5C. RGB value is (33,172,92). Sum of RGB (Red+Green+Blue) = 33+172+92=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC5C is #DE53A3. Grayscale: #797979. Windows color (decimal): -14570404 or 6073377. OLE color: 6073377.

HSL color Cylindrical-coordinate representation of color #21AC5C: hue angle of 145.47º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AC5C is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB3317292-
CMYK0.8100.470.33
HSL145.47º67.8%40.2%-
HSV(B)145.47º80.81%67.45%-
XYZ17.3130.615.12-
YUV121.32111.4565-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 172 (67.58% from 255) = 57.91%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=11.11%
G=57.91%
B=30.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33172920.8100.470.33145.4767.840.2
Hex21AC5C5102F21914428
Octal412541341210574122110450
Binary10000110101100101110010100010101111100001100100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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