#21AC72

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

Shades of Mountain Meadow #21AC72

Tints of Mountain Meadow #21AC72

Color information

#21AC72 (or 0x21AC72) is unknown color: approx Mountain Meadow. HEX triplet: 21, AC and 72. RGB value is (33,172,114). Sum of RGB (Red+Green+Blue) = 33+172+114=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC72 is #DE538D. Grayscale: #7B7B7B. Windows color (decimal): -14570382 or 7515169. OLE color: 7515169.

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

Color convert

RGB33172114-
CMYK0.8100.340.33
HSL154.96º67.8%40.2%-
HSV(B)154.96º80.81%67.45%-
XYZ18.4231.0420.94-
YUV123.83122.4563.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=10.34%
G=53.92%
B=35.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721140.8100.340.33154.9667.840.2
Hex21AC7251022219b4428
Octal412541621210424123310450
Binary10000110101100111001010100010100010100001100110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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