#19AB75

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

Shades of Mountain Meadow #19AB75

Tints of Mountain Meadow #19AB75

Color information

#19AB75 (or 0x19AB75) is unknown color: approx Mountain Meadow. HEX triplet: 19, AB and 75. RGB value is (25,171,117). Sum of RGB (Red+Green+Blue) = 25+171+117=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB75 is #E6548A. Grayscale: #797979. Windows color (decimal): -15094923 or 7711513. OLE color: 7711513.

HSL color Cylindrical-coordinate representation of color #19AB75: hue angle of 157.81º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB75 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB25171117-
CMYK0.8500.320.33
HSL157.81º74.49%38.43%-
HSV(B)157.81º85.38%67.06%-
XYZ18.1730.6221.78-
YUV121.19125.6359.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=7.99%
G=54.63%
B=37.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251711170.8500.320.33157.8174.4938.43
Hex19AB7555020219e4a26
Octal312531651250404123611246
Binary1100110101011111010110101010100000100001100111101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,171,117); }

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

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

 a { background-color: rgb(25,171,117); }

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

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

 span { border-color: rgb(25,171,117); }

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