Html Css Color HEX #12AF91 Mountain Meadow

📋 copy color: '#12AF91'

red 18 ◦ green 175 ◦ blue 145

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

Shades of Mountain Meadow #12AF91

Tints of Mountain Meadow #12AF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 5.33%
G = 51.78%
B = 42.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#12AF91 (or 0x12AF91) is known color: Mountain Meadow. HEX triplet: 12, AF and 91. RGB value is (18,175,145). Sum of RGB (Red+Green+Blue) = 18+175+145=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF91 is #ED506E. Grayscale: #7C7C7C. Windows color (decimal): -15552623 or 9547538. OLE color: 9547538.

HSL color Cylindrical-coordinate representation of color #12AF91: hue angle of 168.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF91 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 145 -
CMYK 0.90 0 0.17 0.31
HSL 168.54º 0.81% 0.38% -
HSV(B) 168.54º 0.9% 0.69% -
XYZ 20.69 32.83 32.03 -
YUV 124.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 18 175 145 0.90 0 0.17 0.31 168.54 0.81 0.38
Hex 12 AF 91 5A 0 11 1F A9 51 26
Octal 22 257 221 132 0 21 37 251 121 46
Binary 10010 10101111 10010001 1011010 0 10001 11111 10101001 1010001 100110

Color Harmonies of #12AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF91

Black with #12AF91

Text Example


Text Example

White with #12AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,175,145); }

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

background-color css

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

 a { background-color: rgb(18,175,145); }

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

border-color css

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

 span { border-color: rgb(18,175,145); }

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