#12AE83

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

Shades of Mountain Meadow #12AE83

Tints of Mountain Meadow #12AE83

Color information

#12AE83 (or 0x12AE83) is unknown color: approx Mountain Meadow. HEX triplet: 12, AE and 83. RGB value is (18,174,131). Sum of RGB (Red+Green+Blue) = 18+174+131=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AE83 is #ED517C. Grayscale: #7A7A7A. Windows color (decimal): -15552893 or 8629778. OLE color: 8629778.

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

Color convert

RGB18174131-
CMYK0.9000.250.32
HSL163.46º81.25%37.65%-
HSV(B)163.46º89.66%68.24%-
XYZ19.4832.0426.63-
YUV122.45132.8253.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=5.57%
G=53.87%
B=40.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181741310.9000.250.32163.4681.2537.65
Hex12AE835A01920a35126
Octal222562031320314024312146
Binary1001010101110100000111011010011001100000101000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,174,131); }

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

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

 a { background-color: rgb(18,174,131); }

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

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

 span { border-color: rgb(18,174,131); }

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