Html Css Color HEX #10AC84 Mountain Meadow

📋 copy color: '#10AC84'

red 16 ◦ green 172 ◦ blue 132

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

Shades of Mountain Meadow #10AC84

Tints of Mountain Meadow #10AC84

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.75%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 5%
G = 53.75%
B = 41.25%

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

#10AC84 (or 0x10AC84) is known color: Mountain Meadow. HEX triplet: 10, AC and 84. RGB value is (16,172,132). Sum of RGB (Red+Green+Blue) = 16+172+132=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC84 is #EF537B. Grayscale: #787878. Windows color (decimal): -15684476 or 8694800. OLE color: 8694800.

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

Color convert

RGB 16 172 132 -
CMYK 0.91 0 0.23 0.33
HSL 164.62º 0.83% 0.37% -
HSV(B) 164.62º 0.91% 0.67% -
XYZ 19.13 31.28 26.86 -
YUV 120.8 134.32 53.25 -
System Red Green Blue C M Y K H S L
Decimal 16 172 132 0.91 0 0.23 0.33 164.62 0.83 0.37
Hex 10 AC 84 5B 0 17 21 A5 53 25
Octal 20 254 204 133 0 27 41 245 123 45
Binary 10000 10101100 10000100 1011011 0 10111 100001 10100101 1010011 100101

Color Harmonies of #10AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC84

Black with #10AC84

Text Example


Text Example

White with #10AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,132); }

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

background-color css

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

 a { background-color: rgb(16,172,132); }

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

border-color css

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

 span { border-color: rgb(16,172,132); }

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