Html Css Color HEX #1AFC7D Spring Green

📋 copy color: '#1AFC7D'

red 26 ◦ green 252 ◦ blue 125

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

Shades of Spring Green #1AFC7D

Tints of Spring Green #1AFC7D

RGB

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

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

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

R = 6.45%
G = 62.53%
B = 31.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#1AFC7D (or 0x1AFC7D) is known color: Spring Green. HEX triplet: 1A, FC and 7D. RGB value is (26,252,125). Sum of RGB (Red+Green+Blue) = 26+252+125=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFC7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFC7D is #E50382. Grayscale: #AAAAAA. Windows color (decimal): -15008643 or 8256538. OLE color: 8256538.

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

Color convert

RGB 26 252 125 -
CMYK 0.90 0 0.50 0.01
HSL 146.28º 0.97% 0.55% -
HSV(B) 146.28º 0.9% 0.99% -
XYZ 38.94 71.32 31.12 -
YUV 169.95 102.63 25.33 -
System Red Green Blue C M Y K H S L
Decimal 26 252 125 0.90 0 0.50 0.01 146.28 0.97 0.55
Hex 1A FC 7D 5A 0 32 1 92 61 37
Octal 32 374 175 132 0 62 1 222 141 67
Binary 11010 11111100 1111101 1011010 0 110010 1 10010010 1100001 110111

Color Harmonies of #1AFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFC7D

Black with #1AFC7D

Text Example


Text Example

White with #1AFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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