Html Css Color HEX #10EB80 Spring Green

📋 copy color: '#10EB80'

red 16 ◦ green 235 ◦ blue 128

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

Shades of Spring Green #10EB80

Tints of Spring Green #10EB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 62.01%

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

R = 4.22%
G = 62.01%
B = 33.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#10EB80 (or 0x10EB80) is known color: Spring Green. HEX triplet: 10, EB and 80. RGB value is (16,235,128). Sum of RGB (Red+Green+Blue) = 16+235+128=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 235 (92.19% from 255 or 62.01% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 235 - color contains mainly: green. Hex color #10EB80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EB80 is #EF147F. Grayscale: #9D9D9D. Windows color (decimal): -15668352 or 8448784. OLE color: 8448784.

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

Color convert

RGB 16 235 128 -
CMYK 0.93 0 0.46 0.08
HSL 150.68º 0.87% 0.49% -
HSV(B) 150.68º 0.93% 0.92% -
XYZ 33.82 61.09 30.43 -
YUV 157.32 111.45 27.2 -
System Red Green Blue C M Y K H S L
Decimal 16 235 128 0.93 0 0.46 0.08 150.68 0.87 0.49
Hex 10 EB 80 5D 0 2E 8 97 57 31
Octal 20 353 200 135 0 56 10 227 127 61
Binary 10000 11101011 10000000 1011101 0 101110 1000 10010111 1010111 110001

Color Harmonies of #10EB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EB80

Black with #10EB80

Text Example


Text Example

White with #10EB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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