Html Css Color HEX #10AF85 Mountain Meadow

📋 copy color: '#10AF85'

red 16 ◦ green 175 ◦ blue 133

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

Shades of Mountain Meadow #10AF85

Tints of Mountain Meadow #10AF85

RGB

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

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

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

R = 4.94%
G = 54.01%
B = 41.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#10AF85 (or 0x10AF85) is known color: Mountain Meadow. HEX triplet: 10, AF and 85. RGB value is (16,175,133). Sum of RGB (Red+Green+Blue) = 16+175+133=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF85 is #EF507A. Grayscale: #7A7A7A. Windows color (decimal): -15683707 or 8761104. OLE color: 8761104.

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

Color convert

RGB 16 175 133 -
CMYK 0.91 0 0.24 0.31
HSL 164.15º 0.83% 0.37% -
HSV(B) 164.15º 0.91% 0.69% -
XYZ 19.78 32.46 27.41 -
YUV 122.67 133.82 51.92 -
System Red Green Blue C M Y K H S L
Decimal 16 175 133 0.91 0 0.24 0.31 164.15 0.83 0.37
Hex 10 AF 85 5B 0 18 1F A4 53 25
Octal 20 257 205 133 0 30 37 244 123 45
Binary 10000 10101111 10000101 1011011 0 11000 11111 10100100 1010011 100101

Color Harmonies of #10AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF85

Black with #10AF85

Text Example


Text Example

White with #10AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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