Html Css Color HEX #10E082 Spring Green

📋 copy color: '#10E082'

red 16 ◦ green 224 ◦ blue 130

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

Shades of Spring Green #10E082

Tints of Spring Green #10E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.54%

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 4.32%
G = 60.54%
B = 35.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#10E082 (or 0x10E082) is known color: Spring Green. HEX triplet: 10, E0 and 82. RGB value is (16,224,130). Sum of RGB (Red+Green+Blue) = 16+224+130=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #10E082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E082 is #EF1F7D. Grayscale: #979797. Windows color (decimal): -15671166 or 8577040. OLE color: 8577040.

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

Color convert

RGB 16 224 130 -
CMYK 0.93 0 0.42 0.12
HSL 152.88º 0.87% 0.47% -
HSV(B) 152.88º 0.93% 0.88% -
XYZ 30.9 55.03 30.11 -
YUV 151.09 116.09 31.64 -
System Red Green Blue C M Y K H S L
Decimal 16 224 130 0.93 0 0.42 0.12 152.88 0.87 0.47
Hex 10 E0 82 5D 0 2A C 99 57 2F
Octal 20 340 202 135 0 52 14 231 127 57
Binary 10000 11100000 10000010 1011101 0 101010 1100 10011001 1010111 101111

Color Harmonies of #10E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E082

Black with #10E082

Text Example


Text Example

White with #10E082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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