Html Css Color HEX #10EA80 Spring Green

📋 copy color: '#10EA80'

red 16 ◦ green 234 ◦ blue 128

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

Shades of Spring Green #10EA80

Tints of Spring Green #10EA80

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.9%

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

R = 4.23%
G = 61.9%
B = 33.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#10EA80 (or 0x10EA80) is known color: Spring Green. HEX triplet: 10, EA and 80. RGB value is (16,234,128). Sum of RGB (Red+Green+Blue) = 16+234+128=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #10EA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EA80 is #EF157F. Grayscale: #9C9C9C. Windows color (decimal): -15668608 or 8448528. OLE color: 8448528.

HSL color Cylindrical-coordinate representation of color #10EA80: hue angle of 150.83º 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 #10EA80 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 234 128 -
CMYK 0.93 0 0.45 0.08
HSL 150.83º 0.87% 0.49% -
HSV(B) 150.83º 0.93% 0.92% -
XYZ 33.53 60.51 30.34 -
YUV 156.73 111.78 27.62 -
System Red Green Blue C M Y K H S L
Decimal 16 234 128 0.93 0 0.45 0.08 150.83 0.87 0.49
Hex 10 EA 80 5D 0 2D 8 97 57 31
Octal 20 352 200 135 0 55 10 227 127 61
Binary 10000 11101010 10000000 1011101 0 101101 1000 10010111 1010111 110001

Color Harmonies of #10EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EA80

Black with #10EA80

Text Example


Text Example

White with #10EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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