Html Css Color HEX #2AFFA6 Medium Spring Green

📋 copy color: '#2AFFA6'

red 42 ◦ green 255 ◦ blue 166

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

Shades of Medium Spring Green #2AFFA6

Tints of Medium Spring Green #2AFFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 9.07%
G = 55.08%
B = 35.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#2AFFA6 (or 0x2AFFA6) is known color: Medium Spring Green. HEX triplet: 2A, FF and A6. RGB value is (42,255,166). Sum of RGB (Red+Green+Blue) = 42+255+166=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFA6 is #D50059. Grayscale: #B5B5B5. Windows color (decimal): -13959258 or 10944298. OLE color: 10944298.

HSL color Cylindrical-coordinate representation of color #2AFFA6: hue angle of 154.93º 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 #2AFFA6 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 166 -
CMYK 0.84 0 0.35 0
HSL 154.93º 1% 0.58% -
HSV(B) 154.93º 0.84% 1% -
XYZ 43.6 74.77 48.21 -
YUV 181.17 119.43 28.74 -
System Red Green Blue C M Y K H S L
Decimal 42 255 166 0.84 0 0.35 0 154.93 1 0.58
Hex 2A FF A6 54 0 23 0 9B 64 3A
Octal 52 377 246 124 0 43 0 233 144 72
Binary 101010 11111111 10100110 1010100 0 100011 0 10011011 1100100 111010

Color Harmonies of #2AFFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFFA6

Black with #2AFFA6

Text Example


Text Example

White with #2AFFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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