#19A27B

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

Shades of Mountain Meadow #19A27B

Tints of Mountain Meadow #19A27B

Color information

#19A27B (or 0x19A27B) is unknown color: approx Mountain Meadow. HEX triplet: 19, A2 and 7B. RGB value is (25,162,123). Sum of RGB (Red+Green+Blue) = 25+162+123=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #19A27B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A27B is #E65D84. Grayscale: #747474. Windows color (decimal): -15097221 or 8102425. OLE color: 8102425.

HSL color Cylindrical-coordinate representation of color #19A27B: hue angle of 162.92º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A27B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB25162123-
CMYK0.8500.240.36
HSL162.92º73.26%36.67%-
HSV(B)162.92º84.57%63.53%-
XYZ16.927.4823.15-
YUV116.59131.6162.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.06%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=8.06%
G=52.26%
B=39.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal251621230.8500.240.36162.9273.2636.67
Hex19A27B5501824a34925
Octal312421731250304424311145
Binary110011010001011110111010101011000100100101000111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A27B; }

 p { color: rgb(25,162,123); }

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

<style>
 a { background-color: #19A27B; }

 a { background-color: rgb(25,162,123); }

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

<style>
 span { border-color: #19A27B; }

 span { border-color: rgb(25,162,123); }

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