Html Css Color HEX #2AF9AC Medium Spring Green

📋 copy color: '#2AF9AC'

red 42 ◦ green 249 ◦ blue 172

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

Shades of Medium Spring Green #2AF9AC

Tints of Medium Spring Green #2AF9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 9.07%
G = 53.78%
B = 37.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#2AF9AC (or 0x2AF9AC) is known color: Medium Spring Green. HEX triplet: 2A, F9 and AC. RGB value is (42,249,172). Sum of RGB (Red+Green+Blue) = 42+249+172=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF9AC is #D50653. Grayscale: #B2B2B2. Windows color (decimal): -13960788 or 11335978. OLE color: 11335978.

HSL color Cylindrical-coordinate representation of color #2AF9AC: hue angle of 157.68º 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 #2AF9AC is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 172 -
CMYK 0.83 0 0.31 0.02
HSL 157.68º 0.95% 0.57% -
HSV(B) 157.68º 0.83% 0.98% -
XYZ 42.28 71.22 50.55 -
YUV 178.33 124.42 30.76 -
System Red Green Blue C M Y K H S L
Decimal 42 249 172 0.83 0 0.31 0.02 157.68 0.95 0.57
Hex 2A F9 AC 53 0 1F 2 9E 5F 39
Octal 52 371 254 123 0 37 2 236 137 71
Binary 101010 11111001 10101100 1010011 0 11111 10 10011110 1011111 111001

Color Harmonies of #2AF9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF9AC

Black with #2AF9AC

Text Example


Text Example

White with #2AF9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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