Html Css Color HEX #1AFE70 Spring Green

📋 copy color: '#1AFE70'

red 26 ◦ green 254 ◦ blue 112

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

Shades of Spring Green #1AFE70

Tints of Spring Green #1AFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 64.8%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 6.63%
G = 64.8%
B = 28.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#1AFE70 (or 0x1AFE70) is known color: Spring Green. HEX triplet: 1A, FE and 70. RGB value is (26,254,112). Sum of RGB (Red+Green+Blue) = 26+254+112=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE70 is #E5018F. Grayscale: #A9A9A9. Windows color (decimal): -15008144 or 7405082. OLE color: 7405082.

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

Color convert

RGB 26 254 112 -
CMYK 0.90 0 0.56 0.00
HSL 142.63º 0.99% 0.55% -
HSV(B) 142.63º 0.9% 1% -
XYZ 38.79 72.27 27.23 -
YUV 169.64 95.46 25.55 -
System Red Green Blue C M Y K H S L
Decimal 26 254 112 0.90 0 0.56 0.00 142.63 0.99 0.55
Hex 1A FE 70 5A 0 38 0 8F 63 37
Octal 32 376 160 132 0 70 0 217 143 67
Binary 11010 11111110 1110000 1011010 0 111000 0 10001111 1100011 110111

Color Harmonies of #1AFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFE70

Black with #1AFE70

Text Example


Text Example

White with #1AFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,254,112); }

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

background-color css

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

 a { background-color: rgb(26,254,112); }

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

border-color css

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

 span { border-color: rgb(26,254,112); }

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