Html Css Color HEX #1AF2A1 Medium Spring Green

📋 copy color: '#1AF2A1'

red 26 ◦ green 242 ◦ blue 161

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

Shades of Medium Spring Green #1AF2A1

Tints of Medium Spring Green #1AF2A1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.41%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 6.06%
G = 56.41%
B = 37.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#1AF2A1 (or 0x1AF2A1) is known color: Medium Spring Green. HEX triplet: 1A, F2 and A1. RGB value is (26,242,161). Sum of RGB (Red+Green+Blue) = 26+242+161=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF2A1 is #E50D5E. Grayscale: #A8A8A8. Windows color (decimal): -15011167 or 10613274. OLE color: 10613274.

HSL color Cylindrical-coordinate representation of color #1AF2A1: hue angle of 157.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF2A1 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 26 242 161 -
CMYK 0.89 0 0.33 0.05
HSL 157.5º 0.89% 0.53% -
HSV(B) 157.5º 0.89% 0.95% -
XYZ 38.61 66.3 44.48 -
YUV 168.18 123.94 26.59 -
System Red Green Blue C M Y K H S L
Decimal 26 242 161 0.89 0 0.33 0.05 157.5 0.89 0.53
Hex 1A F2 A1 59 0 21 5 9E 59 35
Octal 32 362 241 131 0 41 5 236 131 65
Binary 11010 11110010 10100001 1011001 0 100001 101 10011110 1011001 110101

Color Harmonies of #1AF2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF2A1

Black with #1AF2A1

Text Example


Text Example

White with #1AF2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,242,161); }

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

background-color css

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

 a { background-color: rgb(26,242,161); }

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

border-color css

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

 span { border-color: rgb(26,242,161); }

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