Html Css Color HEX #1AF782 Spring Green

📋 copy color: '#1AF782'

red 26 ◦ green 247 ◦ blue 130

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

Shades of Spring Green #1AF782

Tints of Spring Green #1AF782

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.29%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 6.45%
G = 61.29%
B = 32.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#1AF782 (or 0x1AF782) is known color: Spring Green. HEX triplet: 1A, F7 and 82. RGB value is (26,247,130). Sum of RGB (Red+Green+Blue) = 26+247+130=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 247 (96.88% from 255 or 61.29% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF782 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF782 is #E5087D. Grayscale: #A7A7A7. Windows color (decimal): -15009918 or 8582938. OLE color: 8582938.

HSL color Cylindrical-coordinate representation of color #1AF782: hue angle of 148.24º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF782 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 247 130 -
CMYK 0.89 0 0.47 0.03
HSL 148.24º 0.93% 0.54% -
HSV(B) 148.24º 0.89% 0.97% -
XYZ 37.72 68.35 32.32 -
YUV 167.58 106.78 27.01 -
System Red Green Blue C M Y K H S L
Decimal 26 247 130 0.89 0 0.47 0.03 148.24 0.93 0.54
Hex 1A F7 82 59 0 2F 3 94 5D 36
Octal 32 367 202 131 0 57 3 224 135 66
Binary 11010 11110111 10000010 1011001 0 101111 11 10010100 1011101 110110

Color Harmonies of #1AF782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF782

Black with #1AF782

Text Example


Text Example

White with #1AF782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,247,130); }

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

background-color css

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

 a { background-color: rgb(26,247,130); }

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

border-color css

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

 span { border-color: rgb(26,247,130); }

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