#21A975

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

Shades of Mountain Meadow #21A975

Tints of Mountain Meadow #21A975

Color information

#21A975 (or 0x21A975) is unknown color: approx Mountain Meadow. HEX triplet: 21, A9 and 75. RGB value is (33,169,117). Sum of RGB (Red+Green+Blue) = 33+169+117=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #21A975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A975 is #DE568A. Grayscale: #7A7A7A. Windows color (decimal): -14571147 or 7711009. OLE color: 7711009.

HSL color Cylindrical-coordinate representation of color #21A975: hue angle of 157.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A975 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB33169117-
CMYK0.8000.310.34
HSL157.06º67.33%39.61%-
HSV(B)157.06º80.47%66.27%-
XYZ18.0329.9821.67-
YUV122.41124.9464.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.34%
GREEN value IS 169 (66.41% from 255) = 52.98%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=10.34%
G=52.98%
B=36.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331691170.8000.310.34157.0667.3339.61
Hex21A9755001F229d4328
Octal412511651200374223510350
Binary1000011010100111101011010000011111100010100111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,169,117); }

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

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

 a { background-color: rgb(33,169,117); }

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

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

 span { border-color: rgb(33,169,117); }

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