Html Css Color HEX #2AFFA0 Medium Spring Green

📋 copy color: '#2AFFA0'

red 42 ◦ green 255 ◦ blue 160

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

Shades of Medium Spring Green #2AFFA0

Tints of Medium Spring Green #2AFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

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

R = 9.19%
G = 55.8%
B = 35.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#2AFFA0 (or 0x2AFFA0) is known color: Medium Spring Green. HEX triplet: 2A, FF and A0. RGB value is (42,255,160). Sum of RGB (Red+Green+Blue) = 42+255+160=457 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.19% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFA0 is #D5005F. Grayscale: #B4B4B4. Windows color (decimal): -13959264 or 10551082. OLE color: 10551082.

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

Color convert

RGB 42 255 160 -
CMYK 0.84 0 0.37 0
HSL 153.24º 1% 0.58% -
HSV(B) 153.24º 0.84% 1% -
XYZ 43.06 74.55 45.38 -
YUV 180.48 116.43 29.22 -
System Red Green Blue C M Y K H S L
Decimal 42 255 160 0.84 0 0.37 0 153.24 1 0.58
Hex 2A FF A0 54 0 25 0 99 64 3A
Octal 52 377 240 124 0 45 0 231 144 72
Binary 101010 11111111 10100000 1010100 0 100101 0 10011001 1100100 111010

Color Harmonies of #2AFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFFA0

Black with #2AFFA0

Text Example


Text Example

White with #2AFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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