Html Css Color HEX #1AF9AA Medium Spring Green

📋 copy color: '#1AF9AA'

red 26 ◦ green 249 ◦ blue 170

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

Shades of Medium Spring Green #1AF9AA

Tints of Medium Spring Green #1AF9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 5.84%
G = 55.96%
B = 38.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#1AF9AA (or 0x1AF9AA) is known color: Medium Spring Green. HEX triplet: 1A, F9 and AA. RGB value is (26,249,170). Sum of RGB (Red+Green+Blue) = 26+249+170=445 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.84% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF9AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF9AA is #E50655. Grayscale: #ADADAD. Windows color (decimal): -15009366 or 11204890. OLE color: 11204890.

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

Color convert

RGB 26 249 170 -
CMYK 0.90 0 0.32 0.02
HSL 158.74º 0.95% 0.54% -
HSV(B) 158.74º 0.9% 0.98% -
XYZ 41.56 70.87 49.52 -
YUV 173.32 126.12 22.92 -
System Red Green Blue C M Y K H S L
Decimal 26 249 170 0.90 0 0.32 0.02 158.74 0.95 0.54
Hex 1A F9 AA 5A 0 20 2 9F 5F 36
Octal 32 371 252 132 0 40 2 237 137 66
Binary 11010 11111001 10101010 1011010 0 100000 10 10011111 1011111 110110

Color Harmonies of #1AF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF9AA

Black with #1AF9AA

Text Example


Text Example

White with #1AF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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