Html Css Color HEX #10F08D Medium Spring Green

📋 copy color: '#10F08D'

red 16 ◦ green 240 ◦ blue 141

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

Shades of Medium Spring Green #10F08D

Tints of Medium Spring Green #10F08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.45%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 4.03%
G = 60.45%
B = 35.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#10F08D (or 0x10F08D) is known color: Medium Spring Green. HEX triplet: 10, F0 and 8D. RGB value is (16,240,141). Sum of RGB (Red+Green+Blue) = 16+240+141=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 240 (94.14% from 255 or 60.45% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 240 - color contains mainly: green. Hex color #10F08D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F08D is #EF0F72. Grayscale: #A1A1A1. Windows color (decimal): -15667059 or 9302032. OLE color: 9302032.

HSL color Cylindrical-coordinate representation of color #10F08D: hue angle of 153.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F08D is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 240 141 -
CMYK 0.93 0 0.41 0.06
HSL 153.48º 0.88% 0.5% -
HSV(B) 153.48º 0.93% 0.94% -
XYZ 36.18 64.35 35.71 -
YUV 161.74 116.29 24.05 -
System Red Green Blue C M Y K H S L
Decimal 16 240 141 0.93 0 0.41 0.06 153.48 0.88 0.5
Hex 10 F0 8D 5D 0 29 6 99 58 32
Octal 20 360 215 135 0 51 6 231 130 62
Binary 10000 11110000 10001101 1011101 0 101001 110 10011001 1011000 110010

Color Harmonies of #10F08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F08D

Black with #10F08D

Text Example


Text Example

White with #10F08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,240,141); }

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

background-color css

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

 a { background-color: rgb(16,240,141); }

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

border-color css

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

 span { border-color: rgb(16,240,141); }

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