Html Css Color HEX #2AFFA7 Medium Spring Green

📋 copy color: '#2AFFA7'

red 42 ◦ green 255 ◦ blue 167

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

Shades of Medium Spring Green #2AFFA7

Tints of Medium Spring Green #2AFFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 9.05%
G = 54.96%
B = 35.99%

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

#2AFFA7 (or 0x2AFFA7) is known color: Medium Spring Green. HEX triplet: 2A, FF and A7. RGB value is (42,255,167). Sum of RGB (Red+Green+Blue) = 42+255+167=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFA7 is #D50058. Grayscale: #B5B5B5. Windows color (decimal): -13959257 or 11009834. OLE color: 11009834.

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

Color convert

RGB 42 255 167 -
CMYK 0.84 0 0.35 0
HSL 155.21º 1% 0.58% -
HSV(B) 155.21º 0.84% 1% -
XYZ 43.69 74.8 48.69 -
YUV 181.28 119.93 28.66 -
System Red Green Blue C M Y K H S L
Decimal 42 255 167 0.84 0 0.35 0 155.21 1 0.58
Hex 2A FF A7 54 0 23 0 9B 64 3A
Octal 52 377 247 124 0 43 0 233 144 72
Binary 101010 11111111 10100111 1010100 0 100011 0 10011011 1100100 111010

Color Harmonies of #2AFFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFFA7

Black with #2AFFA7

Text Example


Text Example

White with #2AFFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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