Html Css Color HEX #10E970 Spring Green

📋 copy color: '#10E970'

red 16 ◦ green 233 ◦ blue 112

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

Shades of Spring Green #10E970

Tints of Spring Green #10E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.54%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 4.43%
G = 64.54%
B = 31.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#10E970 (or 0x10E970) is known color: Spring Green. HEX triplet: 10, E9 and 70. RGB value is (16,233,112). Sum of RGB (Red+Green+Blue) = 16+233+112=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #10E970 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E970 is #EF168F. Grayscale: #9A9A9A. Windows color (decimal): -15668880 or 7399696. OLE color: 7399696.

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

Color convert

RGB 16 233 112 -
CMYK 0.93 0 0.52 0.09
HSL 146.54º 0.87% 0.49% -
HSV(B) 146.54º 0.93% 0.91% -
XYZ 32.28 59.56 25.12 -
YUV 154.32 104.11 29.34 -
System Red Green Blue C M Y K H S L
Decimal 16 233 112 0.93 0 0.52 0.09 146.54 0.87 0.49
Hex 10 E9 70 5D 0 34 9 93 57 31
Octal 20 351 160 135 0 64 11 223 127 61
Binary 10000 11101001 1110000 1011101 0 110100 1001 10010011 1010111 110001

Color Harmonies of #10E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E970

Black with #10E970

Text Example


Text Example

White with #10E970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,233,112); }

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

background-color css

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

 a { background-color: rgb(16,233,112); }

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

border-color css

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

 span { border-color: rgb(16,233,112); }

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