#12A584

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

Shades of Mountain Meadow #12A584

Tints of Mountain Meadow #12A584

Color information

#12A584 (or 0x12A584) is unknown color: approx Mountain Meadow. HEX triplet: 12, A5 and 84. RGB value is (18,165,132). Sum of RGB (Red+Green+Blue) = 18+165+132=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #12A584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A584 is #ED5A7B. Grayscale: #757575. Windows color (decimal): -15555196 or 8693010. OLE color: 8693010.

HSL color Cylindrical-coordinate representation of color #12A584: hue angle of 166.53º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A584 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB18165132-
CMYK0.8900.200.35
HSL166.53º80.33%35.88%-
HSV(B)166.53º89.09%64.71%-
XYZ17.8728.726.43-
YUV117.28136.357.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=5.71%
G=52.38%
B=41.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651320.8900.200.35166.5380.3335.88
Hex12A5845901423a75024
Octal222452041310244324712044
Binary1001010100101100001001011001010100100011101001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,132); }

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

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

 a { background-color: rgb(18,165,132); }

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

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

 span { border-color: rgb(18,165,132); }

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