#10E680

Color #10E680 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #10E680

Tints of Spring Green #10E680

Color information

#10E680 (or 0x10E680) is unknown color: approx Spring Green. HEX triplet: 10, E6 and 80. RGB value is (16,230,128). Sum of RGB (Red+Green+Blue) = 16+230+128=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #10E680 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10E680 is #EF197F. Grayscale: #9A9A9A. Windows color (decimal): -15669632 or 8447504. OLE color: 8447504.

HSL color Cylindrical-coordinate representation of color #10E680: hue angle of 151.4º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E680 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB16230128-
CMYK0.9300.440.10
HSL151.4º86.99%48.24%-
HSV(B)151.4º93.04%90.2%-
XYZ32.4158.2629.96-
YUV154.39113.129.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.28%
GREEN value IS 230 (90.23% from 255) = 61.50%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=4.28%
G=61.50%
B=34.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162301280.9300.440.10151.486.9948.24
Hex10E6805D02CA975730
Octal203462001350541222712760
Binary100001110011010000000101110101011001010100101111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10E680;
 }
 .AnyTagClassName
 {
   color: #10E680;
 }
</style>
background-color css

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

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

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

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

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

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