#1AF196

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

Shades of Medium Spring Green #1AF196

Tints of Medium Spring Green #1AF196

Color information

#1AF196 (or 0x1AF196) is unknown color: approx Medium Spring Green. HEX triplet: 1A, F1 and 96. RGB value is (26,241,150). Sum of RGB (Red+Green+Blue) = 26+241+150=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF196 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF196 is #E50E69. Grayscale: #A6A6A6. Windows color (decimal): -15011434 or 9892122. OLE color: 9892122.

HSL color Cylindrical-coordinate representation of color #1AF196: hue angle of 154.6º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF196 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB26241150-
CMYK0.8900.380.05
HSL154.6º88.48%52.35%-
HSV(B)154.6º89.21%94.51%-
XYZ37.3965.3339.49-
YUV166.34118.7727.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.24%
GREEN value IS 241 (94.53% from 255) = 57.79%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=6.24%
G=57.79%
B=35.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal262411500.8900.380.05154.688.4852.35
Hex1AF1965902659b5834
Octal32361226131046523313064
Binary11010111100011001011010110010100110101100110111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AF196; }

 p { color: rgb(26,241,150); }

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

<style>
 a { background-color: #1AF196; }

 a { background-color: rgb(26,241,150); }

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

<style>
 span { border-color: #1AF196; }

 span { border-color: rgb(26,241,150); }

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