Html Css Color HEX #16AF75 Mountain Meadow

📋 copy color: '#16AF75'

red 22 ◦ green 175 ◦ blue 117

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

Shades of Mountain Meadow #16AF75

Tints of Mountain Meadow #16AF75

RGB

 RED value IS 22 (8.98% from 255) = 7.01%

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 7.01%
G = 55.73%
B = 37.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#16AF75 (or 0x16AF75) is known color: Mountain Meadow. HEX triplet: 16, AF and 75. RGB value is (22,175,117). Sum of RGB (Red+Green+Blue) = 22+175+117=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF75 is #E9508A. Grayscale: #7A7A7A. Windows color (decimal): -15290507 or 7712534. OLE color: 7712534.

HSL color Cylindrical-coordinate representation of color #16AF75: hue angle of 157.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF75 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 175 117 -
CMYK 0.87 0 0.33 0.31
HSL 157.25º 0.78% 0.39% -
HSV(B) 157.25º 0.87% 0.69% -
XYZ 18.87 32.11 22.03 -
YUV 122.64 124.81 56.22 -
System Red Green Blue C M Y K H S L
Decimal 22 175 117 0.87 0 0.33 0.31 157.25 0.78 0.39
Hex 16 AF 75 57 0 21 1F 9D 4E 27
Octal 26 257 165 127 0 41 37 235 116 47
Binary 10110 10101111 1110101 1010111 0 100001 11111 10011101 1001110 100111

Color Harmonies of #16AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AF75

Black with #16AF75

Text Example


Text Example

White with #16AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16AF75; }

 p { color: rgb(22,175,117); }

 H1.HeaderClassName
 {
   color: #16AF75;
 }
 .AnyTagClassName
 {
   color: #16AF75;
 }
</style>

background-color css

<style>
 a { background-color: #16AF75; }

 a { background-color: rgb(22,175,117); }

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

border-color css

<style>
 span { border-color: #16AF75; }

 span { border-color: rgb(22,175,117); }

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