Html Css Color HEX #21AF7B Mountain Meadow

📋 copy color: '#21AF7B'

red 33 ◦ green 175 ◦ blue 123

#21AF7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #21AF7B

Tints of Mountain Meadow #21AF7B

RGB

 RED value IS 33 (13.28% from 255) = 9.97%

 GREEN value IS 175 (68.75% from 255) = 52.87%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 9.97%
G = 52.87%
B = 37.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#21AF7B (or 0x21AF7B) is known color: Mountain Meadow. HEX triplet: 21, AF and 7B. RGB value is (33,175,123). Sum of RGB (Red+Green+Blue) = 33+175+123=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF7B is #DE5084. Grayscale: #7E7E7E. Windows color (decimal): -14569605 or 8105761. OLE color: 8105761.

HSL color Cylindrical-coordinate representation of color #21AF7B: hue angle of 158.03º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF7B is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 175 123 -
CMYK 0.81 0 0.30 0.31
HSL 158.03º 0.68% 0.41% -
HSV(B) 158.03º 0.81% 0.69% -
XYZ 19.53 32.41 23.97 -
YUV 126.61 125.96 61.23 -
System Red Green Blue C M Y K H S L
Decimal 33 175 123 0.81 0 0.30 0.31 158.03 0.68 0.41
Hex 21 AF 7B 51 0 1E 1F 9E 44 29
Octal 41 257 173 121 0 36 37 236 104 51
Binary 100001 10101111 1111011 1010001 0 11110 11111 10011110 1000100 101001

Color Harmonies of #21AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF7B

Black with #21AF7B

Text Example


Text Example

White with #21AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,175,123); }

 H1.HeaderClassName
 {
   color: #21AF7B;
 }
 .AnyTagClassName
 {
   color: #21AF7B;
 }
</style>

background-color css

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

 a { background-color: rgb(33,175,123); }

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

border-color css

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

 span { border-color: rgb(33,175,123); }

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