Html Css Color HEX #12AC85 Mountain Meadow

📋 copy color: '#12AC85'

red 18 ◦ green 172 ◦ blue 133

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

Shades of Mountain Meadow #12AC85

Tints of Mountain Meadow #12AC85

RGB

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

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

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

R = 5.57%
G = 53.25%
B = 41.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#12AC85 (or 0x12AC85) is known color: Mountain Meadow. HEX triplet: 12, AC and 85. RGB value is (18,172,133). Sum of RGB (Red+Green+Blue) = 18+172+133=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC85 is #ED537A. Grayscale: #797979. Windows color (decimal): -15553403 or 8760338. OLE color: 8760338.

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

Color convert

RGB 18 172 133 -
CMYK 0.90 0 0.23 0.33
HSL 164.81º 0.81% 0.37% -
HSV(B) 164.81º 0.9% 0.67% -
XYZ 19.24 31.33 27.22 -
YUV 121.51 134.48 54.17 -
System Red Green Blue C M Y K H S L
Decimal 18 172 133 0.90 0 0.23 0.33 164.81 0.81 0.37
Hex 12 AC 85 5A 0 17 21 A5 51 25
Octal 22 254 205 132 0 27 41 245 121 45
Binary 10010 10101100 10000101 1011010 0 10111 100001 10100101 1010001 100101

Color Harmonies of #12AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC85

Black with #12AC85

Text Example


Text Example

White with #12AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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