#19F0AF

Color #19F0AF Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #19F0AF

Tints of Medium Spring Green #19F0AF

Color information

#19F0AF (or 0x19F0AF) is unknown color: approx Medium Spring Green. HEX triplet: 19, F0 and AF. RGB value is (25,240,175). Sum of RGB (Red+Green+Blue) = 25+240+175=440 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.68% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #19F0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #19F0AF is #E60F50. Grayscale: #A8A8A8. Windows color (decimal): -15077201 or 11530265. OLE color: 11530265.

HSL color Cylindrical-coordinate representation of color #19F0AF: hue angle of 161.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F0AF is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB25240175-
CMYK0.9000.270.06
HSL161.86º87.76%51.96%-
HSV(B)161.86º89.58%94.12%-
XYZ39.365.6251.15-
YUV168.3131.7725.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.68%
GREEN value IS 240 (94.14% from 255) = 54.55%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=5.68%
G=54.55%
B=39.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal252401750.9000.270.06161.8687.7651.96
Hex19F0AF5A01B6a25834
Octal31360257132033624213064
Binary1100111110000101011111011010011011110101000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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