Html Css Color HEX #1AFBA0 Medium Spring Green

📋 copy color: '#1AFBA0'

red 26 ◦ green 251 ◦ blue 160

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

Shades of Medium Spring Green #1AFBA0

Tints of Medium Spring Green #1AFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.44%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 5.95%
G = 57.44%
B = 36.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#1AFBA0 (or 0x1AFBA0) is known color: Medium Spring Green. HEX triplet: 1A, FB and A0. RGB value is (26,251,160). Sum of RGB (Red+Green+Blue) = 26+251+160=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFBA0 is #E5045F. Grayscale: #ADADAD. Windows color (decimal): -15008864 or 10550042. OLE color: 10550042.

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

Color convert

RGB 26 251 160 -
CMYK 0.90 0 0.36 0.02
HSL 155.73º 0.97% 0.54% -
HSV(B) 155.73º 0.9% 0.98% -
XYZ 41.27 71.75 44.93 -
YUV 173.35 120.46 22.9 -
System Red Green Blue C M Y K H S L
Decimal 26 251 160 0.90 0 0.36 0.02 155.73 0.97 0.54
Hex 1A FB A0 5A 0 24 2 9C 61 36
Octal 32 373 240 132 0 44 2 234 141 66
Binary 11010 11111011 10100000 1011010 0 100100 10 10011100 1100001 110110

Color Harmonies of #1AFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFBA0

Black with #1AFBA0

Text Example


Text Example

White with #1AFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,251,160); }

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

background-color css

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

 a { background-color: rgb(26,251,160); }

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

border-color css

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

 span { border-color: rgb(26,251,160); }

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