Html Css Color HEX #20F96A Spring Green

📋 copy color: '#20F96A'

red 32 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #20F96A

Tints of Spring Green #20F96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 8.27%
G = 64.34%
B = 27.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#20F96A (or 0x20F96A) is known color: Spring Green. HEX triplet: 20, F9 and 6A. RGB value is (32,249,106). Sum of RGB (Red+Green+Blue) = 32+249+106=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #20F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F96A is #DF0695. Grayscale: #A8A8A8. Windows color (decimal): -14616214 or 7010592. OLE color: 7010592.

HSL color Cylindrical-coordinate representation of color #20F96A: hue angle of 140.46º 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 #20F96A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 249 106 -
CMYK 0.87 0 0.57 0.02
HSL 140.46º 0.95% 0.55% -
HSV(B) 140.46º 0.87% 0.98% -
XYZ 37.07 69.1 25.02 -
YUV 167.82 93.11 31.13 -
System Red Green Blue C M Y K H S L
Decimal 32 249 106 0.87 0 0.57 0.02 140.46 0.95 0.55
Hex 20 F9 6A 57 0 39 2 8C 5F 37
Octal 40 371 152 127 0 71 2 214 137 67
Binary 100000 11111001 1101010 1010111 0 111001 10 10001100 1011111 110111

Color Harmonies of #20F96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F96A

Black with #20F96A

Text Example


Text Example

White with #20F96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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