Html Css Color HEX #10AB7D Mountain Meadow

📋 copy color: '#10AB7D'

red 16 ◦ green 171 ◦ blue 125

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

Shades of Mountain Meadow #10AB7D

Tints of Mountain Meadow #10AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.81%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 5.13%
G = 54.81%
B = 40.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#10AB7D (or 0x10AB7D) is known color: Mountain Meadow. HEX triplet: 10, AB and 7D. RGB value is (16,171,125). Sum of RGB (Red+Green+Blue) = 16+171+125=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB7D is #EF5482. Grayscale: #777777. Windows color (decimal): -15684739 or 8235792. OLE color: 8235792.

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

Color convert

RGB 16 171 125 -
CMYK 0.91 0 0.27 0.33
HSL 162.19º 0.83% 0.37% -
HSV(B) 162.19º 0.91% 0.67% -
XYZ 18.48 30.72 24.36 -
YUV 119.41 131.15 54.24 -
System Red Green Blue C M Y K H S L
Decimal 16 171 125 0.91 0 0.27 0.33 162.19 0.83 0.37
Hex 10 AB 7D 5B 0 1B 21 A2 53 25
Octal 20 253 175 133 0 33 41 242 123 45
Binary 10000 10101011 1111101 1011011 0 11011 100001 10100010 1010011 100101

Color Harmonies of #10AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB7D

Black with #10AB7D

Text Example


Text Example

White with #10AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,125); }

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

background-color css

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

 a { background-color: rgb(16,171,125); }

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

border-color css

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

 span { border-color: rgb(16,171,125); }

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