Html Css Color HEX #1AF97C Spring Green

📋 copy color: '#1AF97C'

red 26 ◦ green 249 ◦ blue 124

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

Shades of Spring Green #1AF97C

Tints of Spring Green #1AF97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.41%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 6.52%
G = 62.41%
B = 31.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#1AF97C (or 0x1AF97C) is known color: Spring Green. HEX triplet: 1A, F9 and 7C. RGB value is (26,249,124). Sum of RGB (Red+Green+Blue) = 26+249+124=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF97C is #E50683. Grayscale: #A8A8A8. Windows color (decimal): -15009412 or 8190234. OLE color: 8190234.

HSL color Cylindrical-coordinate representation of color #1AF97C: hue angle of 146.37º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF97C is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 249 124 -
CMYK 0.90 0 0.50 0.02
HSL 146.37º 0.95% 0.54% -
HSV(B) 146.37º 0.9% 0.98% -
XYZ 37.94 69.43 30.47 -
YUV 168.07 103.12 26.66 -
System Red Green Blue C M Y K H S L
Decimal 26 249 124 0.90 0 0.50 0.02 146.37 0.95 0.54
Hex 1A F9 7C 5A 0 32 2 92 5F 36
Octal 32 371 174 132 0 62 2 222 137 66
Binary 11010 11111001 1111100 1011010 0 110010 10 10010010 1011111 110110

Color Harmonies of #1AF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF97C

Black with #1AF97C

Text Example


Text Example

White with #1AF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,249,124); }

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

background-color css

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

 a { background-color: rgb(26,249,124); }

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

border-color css

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

 span { border-color: rgb(26,249,124); }

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