Html Css Color HEX #2AF890 Medium Spring Green

📋 copy color: '#2AF890'

red 42 ◦ green 248 ◦ blue 144

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

Shades of Medium Spring Green #2AF890

Tints of Medium Spring Green #2AF890

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.14%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 9.68%
G = 57.14%
B = 33.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#2AF890 (or 0x2AF890) is known color: Medium Spring Green. HEX triplet: 2A, F8 and 90. RGB value is (42,248,144). Sum of RGB (Red+Green+Blue) = 42+248+144=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF890 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF890 is #D5076F. Grayscale: #AEAEAE. Windows color (decimal): -13961072 or 9500714. OLE color: 9500714.

HSL color Cylindrical-coordinate representation of color #2AF890: hue angle of 149.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF890 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 248 144 -
CMYK 0.83 0 0.42 0.03
HSL 149.71º 0.94% 0.57% -
HSV(B) 149.71º 0.83% 0.97% -
XYZ 39.56 69.64 37.74 -
YUV 174.55 110.75 33.46 -
System Red Green Blue C M Y K H S L
Decimal 42 248 144 0.83 0 0.42 0.03 149.71 0.94 0.57
Hex 2A F8 90 53 0 2A 3 96 5E 39
Octal 52 370 220 123 0 52 3 226 136 71
Binary 101010 11111000 10010000 1010011 0 101010 11 10010110 1011110 111001

Color Harmonies of #2AF890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF890

Black with #2AF890

Text Example


Text Example

White with #2AF890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,248,144); }

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

background-color css

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

 a { background-color: rgb(42,248,144); }

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

border-color css

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

 span { border-color: rgb(42,248,144); }

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