Html Css Color HEX #1AF86D Spring Green

📋 copy color: '#1AF86D'

red 26 ◦ green 248 ◦ blue 109

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

Shades of Spring Green #1AF86D

Tints of Spring Green #1AF86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 6.79%
G = 64.75%
B = 28.46%

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

#1AF86D (or 0x1AF86D) is known color: Spring Green. HEX triplet: 1A, F8 and 6D. RGB value is (26,248,109). Sum of RGB (Red+Green+Blue) = 26+248+109=383 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.79% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF86D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF86D is #E50792. Grayscale: #A6A6A6. Windows color (decimal): -15009683 or 7206938. OLE color: 7206938.

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

Color convert

RGB 26 248 109 -
CMYK 0.90 0 0.56 0.03
HSL 142.43º 0.94% 0.54% -
HSV(B) 142.43º 0.9% 0.97% -
XYZ 36.75 68.46 25.74 -
YUV 165.78 95.95 28.3 -
System Red Green Blue C M Y K H S L
Decimal 26 248 109 0.90 0 0.56 0.03 142.43 0.94 0.54
Hex 1A F8 6D 5A 0 38 3 8E 5E 36
Octal 32 370 155 132 0 70 3 216 136 66
Binary 11010 11111000 1101101 1011010 0 111000 11 10001110 1011110 110110

Color Harmonies of #1AF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF86D

Black with #1AF86D

Text Example


Text Example

White with #1AF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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