#19AF93

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

Shades of Mountain Meadow #19AF93

Tints of Mountain Meadow #19AF93

Color information

#19AF93 (or 0x19AF93) is unknown color: approx Mountain Meadow. HEX triplet: 19, AF and 93. RGB value is (25,175,147). Sum of RGB (Red+Green+Blue) = 25+175+147=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AF93 is #E6506C. Grayscale: #7E7E7E. Windows color (decimal): -15093869 or 9678617. OLE color: 9678617.

HSL color Cylindrical-coordinate representation of color #19AF93: hue angle of 168.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 #19AF93 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB25175147-
CMYK0.8600.160.31
HSL168.8º75%39.22%-
HSV(B)168.8º85.71%68.63%-
XYZ2132.9732.86-
YUV126.96139.355.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.20%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=7.20%
G=50.43%
B=42.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251751470.8600.160.31168.87539.22
Hex19AF93560101Fa94b27
Octal312572231260203725111347
Binary110011010111110010011101011001000011111101010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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