#19CA86

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

Shades of Mountain Meadow #19CA86

Tints of Mountain Meadow #19CA86

Color information

#19CA86 (or 0x19CA86) is unknown color: approx Mountain Meadow. HEX triplet: 19, CA and 86. RGB value is (25,202,134). Sum of RGB (Red+Green+Blue) = 25+202+134=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CA86 is #E63579. Grayscale: #8D8D8D. Windows color (decimal): -15086970 or 8833561. OLE color: 8833561.

HSL color Cylindrical-coordinate representation of color #19CA86: hue angle of 156.95º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CA86 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB25202134-
CMYK0.8800.340.21
HSL156.95º77.97%44.51%-
HSV(B)156.95º87.62%79.22%-
XYZ25.8244.1729.72-
YUV141.32123.8645.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.93%
GREEN value IS 202 (79.30% from 255) = 55.96%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=6.93%
G=55.96%
B=37.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal252021340.8800.340.21156.9577.9744.51
Hex19CA8658022159d4e2d
Octal313122061300422523511655
Binary1100111001010100001101011000010001010101100111011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,202,134); }

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

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

 a { background-color: rgb(25,202,134); }

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

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

 span { border-color: rgb(25,202,134); }

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