Html Css Color HEX #1AFD72 Spring Green

📋 copy color: '#1AFD72'

red 26 ◦ green 253 ◦ blue 114

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

Shades of Spring Green #1AFD72

Tints of Spring Green #1AFD72

RGB

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

 GREEN value IS 253 (99.22% from 255) = 64.38%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 6.62%
G = 64.38%
B = 29.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#1AFD72 (or 0x1AFD72) is known color: Spring Green. HEX triplet: 1A, FD and 72. RGB value is (26,253,114). Sum of RGB (Red+Green+Blue) = 26+253+114=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 253 (99.22% from 255 or 64.38% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFD72 is #E5028D. Grayscale: #A9A9A9. Windows color (decimal): -15008398 or 7535898. OLE color: 7535898.

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

Color convert

RGB 26 253 114 -
CMYK 0.90 0 0.55 0.01
HSL 143.26º 0.98% 0.55% -
HSV(B) 143.26º 0.9% 0.99% -
XYZ 38.59 71.69 27.72 -
YUV 169.28 96.79 25.8 -
System Red Green Blue C M Y K H S L
Decimal 26 253 114 0.90 0 0.55 0.01 143.26 0.98 0.55
Hex 1A FD 72 5A 0 37 1 8F 62 37
Octal 32 375 162 132 0 67 1 217 142 67
Binary 11010 11111101 1110010 1011010 0 110111 1 10001111 1100010 110111

Color Harmonies of #1AFD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFD72

Black with #1AFD72

Text Example


Text Example

White with #1AFD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,253,114); }

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

background-color css

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

 a { background-color: rgb(26,253,114); }

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

border-color css

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

 span { border-color: rgb(26,253,114); }

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