#19AF70

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

Shades of Mountain Meadow #19AF70

Tints of Mountain Meadow #19AF70

Color information

#19AF70 (or 0x19AF70) is unknown color: approx Mountain Meadow. HEX triplet: 19, AF and 70. RGB value is (25,175,112). Sum of RGB (Red+Green+Blue) = 25+175+112=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF70 is #E6508F. Grayscale: #7B7B7B. Windows color (decimal): -15093904 or 7384857. OLE color: 7384857.

HSL color Cylindrical-coordinate representation of color #19AF70: hue angle of 154.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF70 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB25175112-
CMYK0.8600.360.31
HSL154.8º75%39.22%-
HSV(B)154.8º85.71%68.63%-
XYZ18.6632.0420.53-
YUV122.97121.858.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.01%
GREEN value IS 175 (68.75% from 255) = 56.09%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=8.01%
G=56.09%
B=35.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251751120.8600.360.31154.87539.22
Hex19AF70560241F9b4b27
Octal312571601260443723311347
Binary110011010111111100001010110010010011111100110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,175,112); }

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

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

 a { background-color: rgb(25,175,112); }

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

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

 span { border-color: rgb(25,175,112); }

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