Html Css Color HEX #10AA83 Mountain Meadow

📋 copy color: '#10AA83'

red 16 ◦ green 170 ◦ blue 131

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

Shades of Mountain Meadow #10AA83

Tints of Mountain Meadow #10AA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.63%

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 5.05%
G = 53.63%
B = 41.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#10AA83 (or 0x10AA83) is known color: Mountain Meadow. HEX triplet: 10, AA and 83. RGB value is (16,170,131). Sum of RGB (Red+Green+Blue) = 16+170+131=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA83 is #EF557C. Grayscale: #777777. Windows color (decimal): -15684989 or 8628752. OLE color: 8628752.

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

Color convert

RGB 16 170 131 -
CMYK 0.91 0 0.23 0.33
HSL 164.81º 0.83% 0.36% -
HSV(B) 164.81º 0.91% 0.67% -
XYZ 18.69 30.5 26.37 -
YUV 119.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 16 170 131 0.91 0 0.23 0.33 164.81 0.83 0.36
Hex 10 AA 83 5B 0 17 21 A5 53 24
Octal 20 252 203 133 0 27 41 245 123 44
Binary 10000 10101010 10000011 1011011 0 10111 100001 10100101 1010011 100100

Color Harmonies of #10AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA83

Black with #10AA83

Text Example


Text Example

White with #10AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,170,131); }

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

background-color css

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

 a { background-color: rgb(16,170,131); }

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

border-color css

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

 span { border-color: rgb(16,170,131); }

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