Html Css Color HEX #12AC8F Mountain Meadow

📋 copy color: '#12AC8F'

red 18 ◦ green 172 ◦ blue 143

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

Shades of Mountain Meadow #12AC8F

Tints of Mountain Meadow #12AC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 5.41%
G = 51.65%
B = 42.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#12AC8F (or 0x12AC8F) is known color: Mountain Meadow. HEX triplet: 12, AC and 8F. RGB value is (18,172,143). Sum of RGB (Red+Green+Blue) = 18+172+143=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC8F is #ED5370. Grayscale: #7A7A7A. Windows color (decimal): -15553393 or 9415698. OLE color: 9415698.

HSL color Cylindrical-coordinate representation of color #12AC8F: hue angle of 168.7º 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 #12AC8F is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 143 -
CMYK 0.90 0 0.17 0.33
HSL 168.7º 0.81% 0.37% -
HSV(B) 168.7º 0.9% 0.67% -
XYZ 19.96 31.62 31.04 -
YUV 122.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 18 172 143 0.90 0 0.17 0.33 168.7 0.81 0.37
Hex 12 AC 8F 5A 0 11 21 A9 51 25
Octal 22 254 217 132 0 21 41 251 121 45
Binary 10010 10101100 10001111 1011010 0 10001 100001 10101001 1010001 100101

Color Harmonies of #12AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC8F

Black with #12AC8F

Text Example


Text Example

White with #12AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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