Html Css Color HEX #10AD85 Mountain Meadow

📋 copy color: '#10AD85'

red 16 ◦ green 173 ◦ blue 133

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

Shades of Mountain Meadow #10AD85

Tints of Mountain Meadow #10AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 4.97%
G = 53.73%
B = 41.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#10AD85 (or 0x10AD85) is known color: Mountain Meadow. HEX triplet: 10, AD and 85. RGB value is (16,173,133). Sum of RGB (Red+Green+Blue) = 16+173+133=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD85 is #EF527A. Grayscale: #797979. Windows color (decimal): -15684219 or 8760592. OLE color: 8760592.

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

Color convert

RGB 16 173 133 -
CMYK 0.91 0 0.23 0.32
HSL 164.71º 0.83% 0.37% -
HSV(B) 164.71º 0.91% 0.68% -
XYZ 19.39 31.69 27.29 -
YUV 121.5 134.49 52.75 -
System Red Green Blue C M Y K H S L
Decimal 16 173 133 0.91 0 0.23 0.32 164.71 0.83 0.37
Hex 10 AD 85 5B 0 17 20 A5 53 25
Octal 20 255 205 133 0 27 40 245 123 45
Binary 10000 10101101 10000101 1011011 0 10111 100000 10100101 1010011 100101

Color Harmonies of #10AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD85

Black with #10AD85

Text Example


Text Example

White with #10AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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