#19BF7F

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

Shades of Mountain Meadow #19BF7F

Tints of Mountain Meadow #19BF7F

Color information

#19BF7F (or 0x19BF7F) is unknown color: approx Mountain Meadow. HEX triplet: 19, BF and 7F. RGB value is (25,191,127). Sum of RGB (Red+Green+Blue) = 25+191+127=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BF7F is #E64080. Grayscale: #868686. Windows color (decimal): -15089793 or 8371993. OLE color: 8371993.

HSL color Cylindrical-coordinate representation of color #19BF7F: hue angle of 156.87º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF7F is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB25191127-
CMYK0.8700.340.25
HSL156.87º76.85%42.35%-
HSV(B)156.87º86.91%74.9%-
XYZ22.863926.4-
YUV134.0712450.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.29%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 127 (50% from 255) = 37.03%
R=7.29%
G=55.69%
B=37.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251911270.8700.340.25156.8776.8542.35
Hex19BF7F57022199d4d2a
Octal312771771270423123511552
Binary110011011111111111111010111010001011001100111011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,191,127); }

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

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

 a { background-color: rgb(25,191,127); }

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

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

 span { border-color: rgb(25,191,127); }

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