#10E083

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

Shades of Spring Green #10E083

Tints of Spring Green #10E083

Color information

#10E083 (or 0x10E083) is unknown color: approx Spring Green. HEX triplet: 10, E0 and 83. RGB value is (16,224,131). Sum of RGB (Red+Green+Blue) = 16+224+131=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #10E083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E083 is #EF1F7C. Grayscale: #979797. Windows color (decimal): -15671165 or 8642576. OLE color: 8642576.

HSL color Cylindrical-coordinate representation of color #10E083: hue angle of 153.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E083 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB16224131-
CMYK0.9300.420.12
HSL153.17º86.67%47.06%-
HSV(B)153.17º92.86%87.84%-
XYZ30.9755.0630.47-
YUV151.21116.5931.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.31%
GREEN value IS 224 (87.89% from 255) = 60.38%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=4.31%
G=60.38%
B=35.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162241310.9300.420.12153.1786.6747.06
Hex10E0835D02AC99572f
Octal203402031350521423112757
Binary100001110000010000011101110101010101100100110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,224,131); }

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

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

 a { background-color: rgb(16,224,131); }

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

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

 span { border-color: rgb(16,224,131); }

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