Html Css Color HEX #20F072 Spring Green

📋 copy color: '#20F072'

red 32 ◦ green 240 ◦ blue 114

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

Shades of Spring Green #20F072

Tints of Spring Green #20F072

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.18%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 8.29%
G = 62.18%
B = 29.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#20F072 (or 0x20F072) is known color: Spring Green. HEX triplet: 20, F0 and 72. RGB value is (32,240,114). Sum of RGB (Red+Green+Blue) = 32+240+114=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #20F072 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F072 is #DF0F8D. Grayscale: #A3A3A3. Windows color (decimal): -14618510 or 7532576. OLE color: 7532576.

HSL color Cylindrical-coordinate representation of color #20F072: hue angle of 143.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F072 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 240 114 -
CMYK 0.87 0 0.52 0.06
HSL 143.65º 0.87% 0.53% -
HSV(B) 143.65º 0.87% 0.94% -
XYZ 34.79 63.84 26.41 -
YUV 163.44 100.09 34.25 -
System Red Green Blue C M Y K H S L
Decimal 32 240 114 0.87 0 0.52 0.06 143.65 0.87 0.53
Hex 20 F0 72 57 0 34 6 90 57 35
Octal 40 360 162 127 0 64 6 220 127 65
Binary 100000 11110000 1110010 1010111 0 110100 110 10010000 1010111 110101

Color Harmonies of #20F072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F072

Black with #20F072

Text Example


Text Example

White with #20F072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,240,114); }

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

background-color css

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

 a { background-color: rgb(32,240,114); }

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

border-color css

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

 span { border-color: rgb(32,240,114); }

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