#10E885

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

Shades of Spring Green #10E885

Tints of Spring Green #10E885

Color information

#10E885 (or 0x10E885) is unknown color: approx Spring Green. HEX triplet: 10, E8 and 85. RGB value is (16,232,133). Sum of RGB (Red+Green+Blue) = 16+232+133=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 232 (91.02% from 255 or 60.89% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 232 - color contains mainly: green. Hex color #10E885 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10E885 is #EF177A. Grayscale: #9C9C9C. Windows color (decimal): -15669115 or 8775696. OLE color: 8775696.

HSL color Cylindrical-coordinate representation of color #10E885: hue angle of 152.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E885 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB16232133-
CMYK0.9300.430.09
HSL152.5º87.1%48.63%-
HSV(B)152.5º93.1%90.98%-
XYZ33.359.5231.92-
YUV156.13114.9428.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 232 (91.02% from 255) = 60.89%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=4.20%
G=60.89%
B=34.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162321330.9300.430.09152.587.148.63
Hex10E8855D02B9985731
Octal203502051350531123012761
Binary100001110100010000101101110101010111001100110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,232,133); }

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

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

 a { background-color: rgb(16,232,133); }

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

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

 span { border-color: rgb(16,232,133); }

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