Html Css Color HEX #10AE80 Mountain Meadow

📋 copy color: '#10AE80'

red 16 ◦ green 174 ◦ blue 128

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

Shades of Mountain Meadow #10AE80

Tints of Mountain Meadow #10AE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.72%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 5.03%
G = 54.72%
B = 40.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#10AE80 (or 0x10AE80) is known color: Mountain Meadow. HEX triplet: 10, AE and 80. RGB value is (16,174,128). Sum of RGB (Red+Green+Blue) = 16+174+128=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AE80 is #EF517F. Grayscale: #797979. Windows color (decimal): -15683968 or 8433168. OLE color: 8433168.

HSL color Cylindrical-coordinate representation of color #10AE80: hue angle of 162.53º 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 #10AE80 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 174 128 -
CMYK 0.91 0 0.26 0.32
HSL 162.53º 0.83% 0.37% -
HSV(B) 162.53º 0.91% 0.68% -
XYZ 19.25 31.94 25.57 -
YUV 121.51 131.65 52.74 -
System Red Green Blue C M Y K H S L
Decimal 16 174 128 0.91 0 0.26 0.32 162.53 0.83 0.37
Hex 10 AE 80 5B 0 1A 20 A3 53 25
Octal 20 256 200 133 0 32 40 243 123 45
Binary 10000 10101110 10000000 1011011 0 11010 100000 10100011 1010011 100101

Color Harmonies of #10AE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE80

Black with #10AE80

Text Example


Text Example

White with #10AE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,174,128); }

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

background-color css

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

 a { background-color: rgb(16,174,128); }

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

border-color css

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

 span { border-color: rgb(16,174,128); }

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