Html Css Color HEX #1AF17E Spring Green

📋 copy color: '#1AF17E'

red 26 ◦ green 241 ◦ blue 126

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

Shades of Spring Green #1AF17E

Tints of Spring Green #1AF17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 6.62%
G = 61.32%
B = 32.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#1AF17E (or 0x1AF17E) is known color: Spring Green. HEX triplet: 1A, F1 and 7E. RGB value is (26,241,126). Sum of RGB (Red+Green+Blue) = 26+241+126=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF17E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF17E is #E50E81. Grayscale: #A3A3A3. Windows color (decimal): -15011458 or 8319258. OLE color: 8319258.

HSL color Cylindrical-coordinate representation of color #1AF17E: hue angle of 147.91º 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 #1AF17E is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 241 126 -
CMYK 0.89 0 0.48 0.05
HSL 147.91º 0.88% 0.52% -
HSV(B) 147.91º 0.89% 0.95% -
XYZ 35.65 64.64 30.34 -
YUV 163.61 106.77 29.85 -
System Red Green Blue C M Y K H S L
Decimal 26 241 126 0.89 0 0.48 0.05 147.91 0.88 0.52
Hex 1A F1 7E 59 0 30 5 94 58 34
Octal 32 361 176 131 0 60 5 224 130 64
Binary 11010 11110001 1111110 1011001 0 110000 101 10010100 1011000 110100

Color Harmonies of #1AF17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF17E

Black with #1AF17E

Text Example


Text Example

White with #1AF17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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