Html Css Color HEX #2AF992 Medium Spring Green

📋 copy color: '#2AF992'

red 42 ◦ green 249 ◦ blue 146

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

Shades of Medium Spring Green #2AF992

Tints of Medium Spring Green #2AF992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.98%

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 9.61%
G = 56.98%
B = 33.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#2AF992 (or 0x2AF992) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 92. RGB value is (42,249,146). Sum of RGB (Red+Green+Blue) = 42+249+146=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF992 is #D5066D. Grayscale: #AFAFAF. Windows color (decimal): -13960814 or 9632042. OLE color: 9632042.

HSL color Cylindrical-coordinate representation of color #2AF992: hue angle of 150.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF992 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 146 -
CMYK 0.83 0 0.41 0.02
HSL 150.14º 0.95% 0.57% -
HSV(B) 150.14º 0.83% 0.98% -
XYZ 40.02 70.32 38.66 -
YUV 175.37 111.42 32.88 -
System Red Green Blue C M Y K H S L
Decimal 42 249 146 0.83 0 0.41 0.02 150.14 0.95 0.57
Hex 2A F9 92 53 0 29 2 96 5F 39
Octal 52 371 222 123 0 51 2 226 137 71
Binary 101010 11111001 10010010 1010011 0 101001 10 10010110 1011111 111001

Color Harmonies of #2AF992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF992

Black with #2AF992

Text Example


Text Example

White with #2AF992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,146); }

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

background-color css

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

 a { background-color: rgb(42,249,146); }

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

border-color css

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

 span { border-color: rgb(42,249,146); }

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