#21AC70

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

Shades of Mountain Meadow #21AC70

Tints of Mountain Meadow #21AC70

Color information

#21AC70 (or 0x21AC70) is unknown color: approx Mountain Meadow. HEX triplet: 21, AC and 70. RGB value is (33,172,112). Sum of RGB (Red+Green+Blue) = 33+172+112=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC70 is #DE538F. Grayscale: #7B7B7B. Windows color (decimal): -14570384 or 7384097. OLE color: 7384097.

HSL color Cylindrical-coordinate representation of color #21AC70: hue angle of 154.1º 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 #21AC70 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB33172112-
CMYK0.8100.350.33
HSL154.1º67.8%40.2%-
HSV(B)154.1º80.81%67.45%-
XYZ18.33120.35-
YUV123.6121.4563.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=10.41%
G=54.26%
B=35.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721120.8100.350.33154.167.840.2
Hex21AC7051023219a4428
Octal412541601210434123210450
Binary10000110101100111000010100010100011100001100110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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