Html Css Color HEX #10FC80 Spring Green

📋 copy color: '#10FC80'

red 16 ◦ green 252 ◦ blue 128

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

Shades of Spring Green #10FC80

Tints of Spring Green #10FC80

RGB

 RED value IS 16 (6.64% from 255) = 4.04%

 GREEN value IS 252 (98.83% from 255) = 63.64%

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 4.04%
G = 63.64%
B = 32.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#10FC80 (or 0x10FC80) is known color: Spring Green. HEX triplet: 10, FC and 80. RGB value is (16,252,128). Sum of RGB (Red+Green+Blue) = 16+252+128=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FC80 is #EF037F. Grayscale: #A7A7A7. Windows color (decimal): -15664000 or 8453136. OLE color: 8453136.

HSL color Cylindrical-coordinate representation of color #10FC80: hue angle of 148.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FC80 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 252 128 -
CMYK 0.94 0 0.49 0.01
HSL 148.47º 0.98% 0.53% -
HSV(B) 148.47º 0.94% 0.99% -
XYZ 38.92 71.29 32.13 -
YUV 167.3 105.81 20.08 -
System Red Green Blue C M Y K H S L
Decimal 16 252 128 0.94 0 0.49 0.01 148.47 0.98 0.53
Hex 10 FC 80 5E 0 31 1 94 62 35
Octal 20 374 200 136 0 61 1 224 142 65
Binary 10000 11111100 10000000 1011110 0 110001 1 10010100 1100010 110101

Color Harmonies of #10FC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FC80

Black with #10FC80

Text Example


Text Example

White with #10FC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10FC80; }

 p { color: rgb(16,252,128); }

 H1.HeaderClassName
 {
   color: #10FC80;
 }
 .AnyTagClassName
 {
   color: #10FC80;
 }
</style>

background-color css

<style>
 a { background-color: #10FC80; }

 a { background-color: rgb(16,252,128); }

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

border-color css

<style>
 span { border-color: #10FC80; }

 span { border-color: rgb(16,252,128); }

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