Html Css Color HEX #1AFF71 Spring Green

📋 copy color: '#1AFF71'

red 26 ◦ green 255 ◦ blue 113

#1AFF71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #1AFF71

Tints of Spring Green #1AFF71

RGB

 RED value IS 26 (10.55% from 255) = 6.6%

 GREEN value IS 255 (100% from 255) = 64.72%

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 6.6%
G = 64.72%
B = 28.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#1AFF71 (or 0x1AFF71) is known color: Spring Green. HEX triplet: 1A, FF and 71. RGB value is (26,255,113). Sum of RGB (Red+Green+Blue) = 26+255+113=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF71 is #E5008E. Grayscale: #AAAAAA. Windows color (decimal): -15007887 or 7470874. OLE color: 7470874.

HSL color Cylindrical-coordinate representation of color #1AFF71: hue angle of 142.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF71 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 26 255 113 -
CMYK 0.90 0 0.56 0
HSL 142.79º 1% 0.55% -
HSV(B) 142.79º 0.9% 1% -
XYZ 39.17 72.93 27.64 -
YUV 170.34 95.63 25.05 -
System Red Green Blue C M Y K H S L
Decimal 26 255 113 0.90 0 0.56 0 142.79 1 0.55
Hex 1A FF 71 5A 0 38 0 8F 64 37
Octal 32 377 161 132 0 70 0 217 144 67
Binary 11010 11111111 1110001 1011010 0 111000 0 10001111 1100100 110111

Color Harmonies of #1AFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFF71

Black with #1AFF71

Text Example


Text Example

White with #1AFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,255,113); }

 H1.HeaderClassName
 {
   color: #1AFF71;
 }
 .AnyTagClassName
 {
   color: #1AFF71;
 }
</style>

background-color css

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

 a { background-color: rgb(26,255,113); }

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

border-color css

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

 span { border-color: rgb(26,255,113); }

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