Html Css Color HEX #1AFC7E Spring Green

📋 copy color: '#1AFC7E'

red 26 ◦ green 252 ◦ blue 126

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

Shades of Spring Green #1AFC7E

Tints of Spring Green #1AFC7E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.38%

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

R = 6.44%
G = 62.38%
B = 31.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#1AFC7E (or 0x1AFC7E) is known color: Spring Green. HEX triplet: 1A, FC and 7E. RGB value is (26,252,126). Sum of RGB (Red+Green+Blue) = 26+252+126=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC7E is #E50381. Grayscale: #AAAAAA. Windows color (decimal): -15008642 or 8322074. OLE color: 8322074.

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

Color convert

RGB 26 252 126 -
CMYK 0.90 0 0.5 0.01
HSL 146.55º 0.97% 0.55% -
HSV(B) 146.55º 0.9% 0.99% -
XYZ 39 71.35 31.45 -
YUV 170.06 103.13 25.25 -
System Red Green Blue C M Y K H S L
Decimal 26 252 126 0.90 0 0.5 0.01 146.55 0.97 0.55
Hex 1A FC 7E 5A 0 32 1 93 61 37
Octal 32 374 176 132 0 62 1 223 141 67
Binary 11010 11111100 1111110 1011010 0 110010 1 10010011 1100001 110111

Color Harmonies of #1AFC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFC7E

Black with #1AFC7E

Text Example


Text Example

White with #1AFC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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