Html Css Color HEX #1AF16E Spring Green

📋 copy color: '#1AF16E'

red 26 ◦ green 241 ◦ blue 110

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

Shades of Spring Green #1AF16E

Tints of Spring Green #1AF16E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.93%

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

R = 6.9%
G = 63.93%
B = 29.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#1AF16E (or 0x1AF16E) is known color: Spring Green. HEX triplet: 1A, F1 and 6E. RGB value is (26,241,110). Sum of RGB (Red+Green+Blue) = 26+241+110=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF16E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF16E is #E50E91. Grayscale: #A2A2A2. Windows color (decimal): -15011474 or 7270682. OLE color: 7270682.

HSL color Cylindrical-coordinate representation of color #1AF16E: hue angle of 143.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF16E is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 241 110 -
CMYK 0.89 0 0.54 0.05
HSL 143.44º 0.88% 0.52% -
HSV(B) 143.44º 0.89% 0.95% -
XYZ 34.7 64.26 25.33 -
YUV 161.78 98.77 31.15 -
System Red Green Blue C M Y K H S L
Decimal 26 241 110 0.89 0 0.54 0.05 143.44 0.88 0.52
Hex 1A F1 6E 59 0 36 5 8F 58 34
Octal 32 361 156 131 0 66 5 217 130 64
Binary 11010 11110001 1101110 1011001 0 110110 101 10001111 1011000 110100

Color Harmonies of #1AF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF16E

Black with #1AF16E

Text Example


Text Example

White with #1AF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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