#1AF67F

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

Shades of Spring Green #1AF67F

Tints of Spring Green #1AF67F

Color information

#1AF67F (or 0x1AF67F) is unknown color: approx Spring Green. HEX triplet: 1A, F6 and 7F. RGB value is (26,246,127). Sum of RGB (Red+Green+Blue) = 26+246+127=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 246 (96.48% from 255 or 61.65% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF67F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF67F is #E50980. Grayscale: #A6A6A6. Windows color (decimal): -15010177 or 8386074. OLE color: 8386074.

HSL color Cylindrical-coordinate representation of color #1AF67F: hue angle of 147.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF67F is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB26246127-
CMYK0.8900.480.04
HSL147.55º92.44%53.33%-
HSV(B)147.55º89.43%96.47%-
XYZ37.2167.6631.18-
YUV166.65105.6127.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.52%
GREEN value IS 246 (96.48% from 255) = 61.65%
BLUE value IS 127 (50% from 255) = 31.83%
R=6.52%
G=61.65%
B=31.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal262461270.8900.480.04147.5592.4453.33
Hex1AF67F590304945c35
Octal32366177131060422413465
Binary1101011110110111111110110010110000100100101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,246,127); }

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

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

 a { background-color: rgb(26,246,127); }

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

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

 span { border-color: rgb(26,246,127); }

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