Html Css Color HEX #2AFEA0 Medium Spring Green

📋 copy color: '#2AFEA0'

red 42 ◦ green 254 ◦ blue 160

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

Shades of Medium Spring Green #2AFEA0

Tints of Medium Spring Green #2AFEA0

RGB

 RED value IS 42 (16.8% from 255) = 9.21%

 GREEN value IS 254 (99.61% from 255) = 55.7%

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

R = 9.21%
G = 55.7%
B = 35.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#2AFEA0 (or 0x2AFEA0) is known color: Medium Spring Green. HEX triplet: 2A, FE and A0. RGB value is (42,254,160). Sum of RGB (Red+Green+Blue) = 42+254+160=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEA0 is #D5015F. Grayscale: #B4B4B4. Windows color (decimal): -13959520 or 10550826. OLE color: 10550826.

HSL color Cylindrical-coordinate representation of color #2AFEA0: hue angle of 153.4º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEA0 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 160 -
CMYK 0.83 0 0.37 0.00
HSL 153.4º 0.99% 0.58% -
HSV(B) 153.4º 0.83% 1% -
XYZ 42.74 73.91 45.27 -
YUV 179.9 116.76 29.64 -
System Red Green Blue C M Y K H S L
Decimal 42 254 160 0.83 0 0.37 0.00 153.4 0.99 0.58
Hex 2A FE A0 53 0 25 0 99 63 3A
Octal 52 376 240 123 0 45 0 231 143 72
Binary 101010 11111110 10100000 1010011 0 100101 0 10011001 1100011 111010

Color Harmonies of #2AFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFEA0

Black with #2AFEA0

Text Example


Text Example

White with #2AFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AFEA0; }

 p { color: rgb(42,254,160); }

 H1.HeaderClassName
 {
   color: #2AFEA0;
 }
 .AnyTagClassName
 {
   color: #2AFEA0;
 }
</style>

background-color css

<style>
 a { background-color: #2AFEA0; }

 a { background-color: rgb(42,254,160); }

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

border-color css

<style>
 span { border-color: #2AFEA0; }

 span { border-color: rgb(42,254,160); }

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