Html Css Color HEX #10E775 Spring Green

📋 copy color: '#10E775'

red 16 ◦ green 231 ◦ blue 117

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

Shades of Spring Green #10E775

Tints of Spring Green #10E775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 63.46%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 4.4%
G = 63.46%
B = 32.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#10E775 (or 0x10E775) is known color: Spring Green. HEX triplet: 10, E7 and 75. RGB value is (16,231,117). Sum of RGB (Red+Green+Blue) = 16+231+117=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 231 (90.62% from 255 or 63.46% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 231 - color contains mainly: green. Hex color #10E775 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10E775 is #EF188A. Grayscale: #999999. Windows color (decimal): -15669387 or 7726864. OLE color: 7726864.

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

Color convert

RGB 16 231 117 -
CMYK 0.93 0 0.49 0.09
HSL 148.19º 0.87% 0.48% -
HSV(B) 148.19º 0.93% 0.91% -
XYZ 32 58.55 26.44 -
YUV 153.72 107.27 29.77 -
System Red Green Blue C M Y K H S L
Decimal 16 231 117 0.93 0 0.49 0.09 148.19 0.87 0.48
Hex 10 E7 75 5D 0 31 9 94 57 30
Octal 20 347 165 135 0 61 11 224 127 60
Binary 10000 11100111 1110101 1011101 0 110001 1001 10010100 1010111 110000

Color Harmonies of #10E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E775

Black with #10E775

Text Example


Text Example

White with #10E775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,231,117); }

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

background-color css

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

 a { background-color: rgb(16,231,117); }

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

border-color css

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

 span { border-color: rgb(16,231,117); }

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