#21AB75

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

Shades of Mountain Meadow #21AB75

Tints of Mountain Meadow #21AB75

Color information

#21AB75 (or 0x21AB75) is unknown color: approx Mountain Meadow. HEX triplet: 21, AB and 75. RGB value is (33,171,117). Sum of RGB (Red+Green+Blue) = 33+171+117=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB75 is #DE548A. Grayscale: #7B7B7B. Windows color (decimal): -14570635 or 7711521. OLE color: 7711521.

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

Color convert

RGB33171117-
CMYK0.8100.320.33
HSL156.52º67.65%40%-
HSV(B)156.52º80.7%67.06%-
XYZ18.430.7321.79-
YUV123.58124.2863.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=10.28%
G=53.27%
B=36.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331711170.8100.320.33156.5267.6540
Hex21AB7551020219d4428
Octal412531651210404123510450
Binary10000110101011111010110100010100000100001100111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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