#12AF74

Color #12AF74 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #12AF74

Tints of Mountain Meadow #12AF74

Color information

#12AF74 (or 0x12AF74) is unknown color: approx Mountain Meadow. HEX triplet: 12, AF and 74. RGB value is (18,175,116). Sum of RGB (Red+Green+Blue) = 18+175+116=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF74 is #ED508B. Grayscale: #797979. Windows color (decimal): -15552652 or 7646994. OLE color: 7646994.

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

Color convert

RGB18175116-
CMYK0.9000.340.31
HSL157.45º81.35%37.84%-
HSV(B)157.45º89.71%68.63%-
XYZ18.7332.0521.72-
YUV121.33124.9954.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=5.83%
G=56.63%
B=37.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181751160.9000.340.31157.4581.3537.84
Hex12AF745A0221F9d5126
Octal222571641320423723512146
Binary100101010111111101001011010010001011111100111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12AF74;
 }
 .AnyTagClassName
 {
   color: #12AF74;
 }
</style>
background-color css

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

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

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

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

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

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