Html Css Color HEX #10AF83 Mountain Meadow

📋 copy color: '#10AF83'

red 16 ◦ green 175 ◦ blue 131

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

Shades of Mountain Meadow #10AF83

Tints of Mountain Meadow #10AF83

RGB

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

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

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

R = 4.97%
G = 54.35%
B = 40.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#10AF83 (or 0x10AF83) is known color: Mountain Meadow. HEX triplet: 10, AF and 83. RGB value is (16,175,131). Sum of RGB (Red+Green+Blue) = 16+175+131=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF83 is #EF507C. Grayscale: #7A7A7A. Windows color (decimal): -15683709 or 8630032. OLE color: 8630032.

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

Color convert

RGB 16 175 131 -
CMYK 0.91 0 0.25 0.31
HSL 163.4º 0.83% 0.37% -
HSV(B) 163.4º 0.91% 0.69% -
XYZ 19.64 32.41 26.69 -
YUV 122.44 132.82 52.08 -
System Red Green Blue C M Y K H S L
Decimal 16 175 131 0.91 0 0.25 0.31 163.4 0.83 0.37
Hex 10 AF 83 5B 0 19 1F A3 53 25
Octal 20 257 203 133 0 31 37 243 123 45
Binary 10000 10101111 10000011 1011011 0 11001 11111 10100011 1010011 100101

Color Harmonies of #10AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF83

Black with #10AF83

Text Example


Text Example

White with #10AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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