Html Css Color HEX #20F9AF Medium Spring Green

📋 copy color: '#20F9AF'

red 32 ◦ green 249 ◦ blue 175

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

Shades of Medium Spring Green #20F9AF

Tints of Medium Spring Green #20F9AF

RGB

 RED value IS 32 (12.89% from 255) = 7.02%

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 7.02%
G = 54.61%
B = 38.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#20F9AF (or 0x20F9AF) is known color: Medium Spring Green. HEX triplet: 20, F9 and AF. RGB value is (32,249,175). Sum of RGB (Red+Green+Blue) = 32+249+175=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #20F9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20F9AF is #DF0650. Grayscale: #AFAFAF. Windows color (decimal): -14616145 or 11532576. OLE color: 11532576.

HSL color Cylindrical-coordinate representation of color #20F9AF: hue angle of 159.54º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F9AF is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 249 175 -
CMYK 0.87 0 0.30 0.02
HSL 159.54º 0.95% 0.55% -
HSV(B) 159.54º 0.87% 0.98% -
XYZ 42.21 71.15 52.07 -
YUV 175.68 127.61 25.52 -
System Red Green Blue C M Y K H S L
Decimal 32 249 175 0.87 0 0.30 0.02 159.54 0.95 0.55
Hex 20 F9 AF 57 0 1E 2 A0 5F 37
Octal 40 371 257 127 0 36 2 240 137 67
Binary 100000 11111001 10101111 1010111 0 11110 10 10100000 1011111 110111

Color Harmonies of #20F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F9AF

Black with #20F9AF

Text Example


Text Example

White with #20F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20F9AF; }

 p { color: rgb(32,249,175); }

 H1.HeaderClassName
 {
   color: #20F9AF;
 }
 .AnyTagClassName
 {
   color: #20F9AF;
 }
</style>

background-color css

<style>
 a { background-color: #20F9AF; }

 a { background-color: rgb(32,249,175); }

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

border-color css

<style>
 span { border-color: #20F9AF; }

 span { border-color: rgb(32,249,175); }

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