Html Css Color HEX #1AFF7D Spring Green

📋 copy color: '#1AFF7D'

red 26 ◦ green 255 ◦ blue 125

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

Shades of Spring Green #1AFF7D

Tints of Spring Green #1AFF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 62.81%

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 6.4%
G = 62.81%
B = 30.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#1AFF7D (or 0x1AFF7D) is known color: Spring Green. HEX triplet: 1A, FF and 7D. RGB value is (26,255,125). Sum of RGB (Red+Green+Blue) = 26+255+125=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF7D is #E50082. Grayscale: #ACACAC. Windows color (decimal): -15007875 or 8257306. OLE color: 8257306.

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

Color convert

RGB 26 255 125 -
CMYK 0.90 0 0.51 0
HSL 145.94º 1% 0.55% -
HSV(B) 145.94º 0.9% 1% -
XYZ 39.89 73.22 31.43 -
YUV 171.71 101.63 24.07 -
System Red Green Blue C M Y K H S L
Decimal 26 255 125 0.90 0 0.51 0 145.94 1 0.55
Hex 1A FF 7D 5A 0 33 0 92 64 37
Octal 32 377 175 132 0 63 0 222 144 67
Binary 11010 11111111 1111101 1011010 0 110011 0 10010010 1100100 110111

Color Harmonies of #1AFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFF7D

Black with #1AFF7D

Text Example


Text Example

White with #1AFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,255,125); }

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

background-color css

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

 a { background-color: rgb(26,255,125); }

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

border-color css

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

 span { border-color: rgb(26,255,125); }

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