Html Css Color HEX #10AD7F Mountain Meadow

📋 copy color: '#10AD7F'

red 16 ◦ green 173 ◦ blue 127

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

Shades of Mountain Meadow #10AD7F

Tints of Mountain Meadow #10AD7F

RGB

 RED value IS 16 (6.64% from 255) = 5.06%

 GREEN value IS 173 (67.97% from 255) = 54.75%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 5.06%
G = 54.75%
B = 40.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#10AD7F (or 0x10AD7F) is known color: Mountain Meadow. HEX triplet: 10, AD and 7F. RGB value is (16,173,127). Sum of RGB (Red+Green+Blue) = 16+173+127=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AD7F is #EF5280. Grayscale: #787878. Windows color (decimal): -15684225 or 8367376. OLE color: 8367376.

HSL color Cylindrical-coordinate representation of color #10AD7F: hue angle of 162.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD7F is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 127 -
CMYK 0.91 0 0.27 0.32
HSL 162.42º 0.83% 0.37% -
HSV(B) 162.42º 0.91% 0.68% -
XYZ 18.99 31.53 25.16 -
YUV 120.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 16 173 127 0.91 0 0.27 0.32 162.42 0.83 0.37
Hex 10 AD 7F 5B 0 1B 20 A2 53 25
Octal 20 255 177 133 0 33 40 242 123 45
Binary 10000 10101101 1111111 1011011 0 11011 100000 10100010 1010011 100101

Color Harmonies of #10AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD7F

Black with #10AD7F

Text Example


Text Example

White with #10AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AD7F; }

 p { color: rgb(16,173,127); }

 H1.HeaderClassName
 {
   color: #10AD7F;
 }
 .AnyTagClassName
 {
   color: #10AD7F;
 }
</style>

background-color css

<style>
 a { background-color: #10AD7F; }

 a { background-color: rgb(16,173,127); }

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

border-color css

<style>
 span { border-color: #10AD7F; }

 span { border-color: rgb(16,173,127); }

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