Html Css Color HEX #12AA85 Mountain Meadow

📋 copy color: '#12AA85'

red 18 ◦ green 170 ◦ blue 133

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

Shades of Mountain Meadow #12AA85

Tints of Mountain Meadow #12AA85

RGB

 RED value IS 18 (7.42% from 255) = 5.61%

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

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

R = 5.61%
G = 52.96%
B = 41.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#12AA85 (or 0x12AA85) is known color: Mountain Meadow. HEX triplet: 12, AA and 85. RGB value is (18,170,133). Sum of RGB (Red+Green+Blue) = 18+170+133=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA85 is #ED557A. Grayscale: #787878. Windows color (decimal): -15553915 or 8759826. OLE color: 8759826.

HSL color Cylindrical-coordinate representation of color #12AA85: hue angle of 165.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA85 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 133 -
CMYK 0.89 0 0.22 0.33
HSL 165.39º 0.81% 0.37% -
HSV(B) 165.39º 0.89% 0.67% -
XYZ 18.86 30.57 27.1 -
YUV 120.33 135.14 55.01 -
System Red Green Blue C M Y K H S L
Decimal 18 170 133 0.89 0 0.22 0.33 165.39 0.81 0.37
Hex 12 AA 85 59 0 16 21 A5 51 25
Octal 22 252 205 131 0 26 41 245 121 45
Binary 10010 10101010 10000101 1011001 0 10110 100001 10100101 1010001 100101

Color Harmonies of #12AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA85

Black with #12AA85

Text Example


Text Example

White with #12AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AA85; }

 p { color: rgb(18,170,133); }

 H1.HeaderClassName
 {
   color: #12AA85;
 }
 .AnyTagClassName
 {
   color: #12AA85;
 }
</style>

background-color css

<style>
 a { background-color: #12AA85; }

 a { background-color: rgb(18,170,133); }

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

border-color css

<style>
 span { border-color: #12AA85; }

 span { border-color: rgb(18,170,133); }

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