Html Css Color HEX #1AF86E Spring Green

📋 copy color: '#1AF86E'

red 26 ◦ green 248 ◦ blue 110

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

Shades of Spring Green #1AF86E

Tints of Spring Green #1AF86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.65%

R = 6.77%
G = 64.58%
B = 28.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#1AF86E (or 0x1AF86E) is known color: Spring Green. HEX triplet: 1A, F8 and 6E. RGB value is (26,248,110). Sum of RGB (Red+Green+Blue) = 26+248+110=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF86E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF86E is #E50791. Grayscale: #A6A6A6. Windows color (decimal): -15009682 or 7272474. OLE color: 7272474.

HSL color Cylindrical-coordinate representation of color #1AF86E: hue angle of 142.7º 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 #1AF86E is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 248 110 -
CMYK 0.90 0 0.56 0.03
HSL 142.7º 0.94% 0.54% -
HSV(B) 142.7º 0.9% 0.97% -
XYZ 36.81 68.48 26.03 -
YUV 165.89 96.45 28.22 -
System Red Green Blue C M Y K H S L
Decimal 26 248 110 0.90 0 0.56 0.03 142.7 0.94 0.54
Hex 1A F8 6E 5A 0 38 3 8F 5E 36
Octal 32 370 156 132 0 70 3 217 136 66
Binary 11010 11111000 1101110 1011010 0 111000 11 10001111 1011110 110110

Color Harmonies of #1AF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF86E

Black with #1AF86E

Text Example


Text Example

White with #1AF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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