Html Css Color HEX #10F08E Medium Spring Green

📋 copy color: '#10F08E'

red 16 ◦ green 240 ◦ blue 142

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

Shades of Medium Spring Green #10F08E

Tints of Medium Spring Green #10F08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 4.02%
G = 60.3%
B = 35.68%

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

#10F08E (or 0x10F08E) is known color: Medium Spring Green. HEX triplet: 10, F0 and 8E. RGB value is (16,240,142). Sum of RGB (Red+Green+Blue) = 16+240+142=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #10F08E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F08E is #EF0F71. Grayscale: #A2A2A2. Windows color (decimal): -15667058 or 9367568. OLE color: 9367568.

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

Color convert

RGB 16 240 142 -
CMYK 0.93 0 0.41 0.06
HSL 153.75º 0.88% 0.5% -
HSV(B) 153.75º 0.93% 0.94% -
XYZ 36.26 64.38 36.11 -
YUV 161.85 116.79 23.97 -
System Red Green Blue C M Y K H S L
Decimal 16 240 142 0.93 0 0.41 0.06 153.75 0.88 0.5
Hex 10 F0 8E 5D 0 29 6 9A 58 32
Octal 20 360 216 135 0 51 6 232 130 62
Binary 10000 11110000 10001110 1011101 0 101001 110 10011010 1011000 110010

Color Harmonies of #10F08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F08E

Black with #10F08E

Text Example


Text Example

White with #10F08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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