Html Css Color HEX #2DFAA9 Medium Spring Green

📋 copy color: '#2DFAA9'

red 45 ◦ green 250 ◦ blue 169

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

Shades of Medium Spring Green #2DFAA9

Tints of Medium Spring Green #2DFAA9

RGB

 RED value IS 45 (17.97% from 255) = 9.7%

 GREEN value IS 250 (98.05% from 255) = 53.88%

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 9.7%
G = 53.88%
B = 36.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#2DFAA9 (or 0x2DFAA9) is known color: Medium Spring Green. HEX triplet: 2D, FA and A9. RGB value is (45,250,169). Sum of RGB (Red+Green+Blue) = 45+250+169=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFAA9 is #D20556. Grayscale: #B3B3B3. Windows color (decimal): -13763927 or 11139629. OLE color: 11139629.

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

Color convert

RGB 45 250 169 -
CMYK 0.82 0 0.32 0.02
HSL 156.29º 0.95% 0.58% -
HSV(B) 156.29º 0.82% 0.98% -
XYZ 42.43 71.79 49.16 -
YUV 179.47 122.08 32.09 -
System Red Green Blue C M Y K H S L
Decimal 45 250 169 0.82 0 0.32 0.02 156.29 0.95 0.58
Hex 2D FA A9 52 0 20 2 9C 5F 3A
Octal 55 372 251 122 0 40 2 234 137 72
Binary 101101 11111010 10101001 1010010 0 100000 10 10011100 1011111 111010

Color Harmonies of #2DFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFAA9

Black with #2DFAA9

Text Example


Text Example

White with #2DFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,250,169); }

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

background-color css

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

 a { background-color: rgb(45,250,169); }

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

border-color css

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

 span { border-color: rgb(45,250,169); }

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