Html Css Color HEX #1AFCA2 Medium Spring Green

📋 copy color: '#1AFCA2'

red 26 ◦ green 252 ◦ blue 162

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

Shades of Medium Spring Green #1AFCA2

Tints of Medium Spring Green #1AFCA2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.27%

 BLUE value IS 162 (63.67% from 255) = 36.82%

R = 5.91%
G = 57.27%
B = 36.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#1AFCA2 (or 0x1AFCA2) is known color: Medium Spring Green. HEX triplet: 1A, FC and A2. RGB value is (26,252,162). Sum of RGB (Red+Green+Blue) = 26+252+162=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFCA2 is #E5035D. Grayscale: #AEAEAE. Windows color (decimal): -15008606 or 10681370. OLE color: 10681370.

HSL color Cylindrical-coordinate representation of color #1AFCA2: hue angle of 156.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFCA2 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 252 162 -
CMYK 0.90 0 0.36 0.01
HSL 156.11º 0.97% 0.55% -
HSV(B) 156.11º 0.9% 0.99% -
XYZ 41.76 72.45 45.97 -
YUV 174.17 121.13 22.32 -
System Red Green Blue C M Y K H S L
Decimal 26 252 162 0.90 0 0.36 0.01 156.11 0.97 0.55
Hex 1A FC A2 5A 0 24 1 9C 61 37
Octal 32 374 242 132 0 44 1 234 141 67
Binary 11010 11111100 10100010 1011010 0 100100 1 10011100 1100001 110111

Color Harmonies of #1AFCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFCA2

Black with #1AFCA2

Text Example


Text Example

White with #1AFCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,252,162); }

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

background-color css

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

 a { background-color: rgb(26,252,162); }

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

border-color css

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

 span { border-color: rgb(26,252,162); }

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