Html Css Color HEX #1AF870 Spring Green

📋 copy color: '#1AF870'

red 26 ◦ green 248 ◦ blue 112

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

Shades of Spring Green #1AF870

Tints of Spring Green #1AF870

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.25%

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

R = 6.74%
G = 64.25%
B = 29.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#1AF870 (or 0x1AF870) is known color: Spring Green. HEX triplet: 1A, F8 and 70. RGB value is (26,248,112). Sum of RGB (Red+Green+Blue) = 26+248+112=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF870 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF870 is #E5078F. Grayscale: #A6A6A6. Windows color (decimal): -15009680 or 7403546. OLE color: 7403546.

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

Color convert

RGB 26 248 112 -
CMYK 0.90 0 0.55 0.03
HSL 143.24º 0.94% 0.54% -
HSV(B) 143.24º 0.9% 0.97% -
XYZ 36.92 68.52 26.61 -
YUV 166.12 97.45 28.06 -
System Red Green Blue C M Y K H S L
Decimal 26 248 112 0.90 0 0.55 0.03 143.24 0.94 0.54
Hex 1A F8 70 5A 0 37 3 8F 5E 36
Octal 32 370 160 132 0 67 3 217 136 66
Binary 11010 11111000 1110000 1011010 0 110111 11 10001111 1011110 110110

Color Harmonies of #1AF870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF870

Black with #1AF870

Text Example


Text Example

White with #1AF870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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