Html Css Color HEX #10F5A5 Medium Spring Green

📋 copy color: '#10F5A5'

red 16 ◦ green 245 ◦ blue 165

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

Shades of Medium Spring Green #10F5A5

Tints of Medium Spring Green #10F5A5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.51%

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 3.76%
G = 57.51%
B = 38.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#10F5A5 (or 0x10F5A5) is known color: Medium Spring Green. HEX triplet: 10, F5 and A5. RGB value is (16,245,165). Sum of RGB (Red+Green+Blue) = 16+245+165=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 245 (96.09% from 255 or 57.51% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 245 - color contains mainly: green. Hex color #10F5A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F5A5 is #EF0A5A. Grayscale: #A7A7A7. Windows color (decimal): -15665755 or 10876176. OLE color: 10876176.

HSL color Cylindrical-coordinate representation of color #10F5A5: hue angle of 159.04º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F5A5 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 245 165 -
CMYK 0.93 0 0.33 0.04
HSL 159.04º 0.92% 0.51% -
HSV(B) 159.04º 0.93% 0.96% -
XYZ 39.66 68.13 46.66 -
YUV 167.41 126.63 20 -
System Red Green Blue C M Y K H S L
Decimal 16 245 165 0.93 0 0.33 0.04 159.04 0.92 0.51
Hex 10 F5 A5 5D 0 21 4 9F 5C 33
Octal 20 365 245 135 0 41 4 237 134 63
Binary 10000 11110101 10100101 1011101 0 100001 100 10011111 1011100 110011

Color Harmonies of #10F5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F5A5

Black with #10F5A5

Text Example


Text Example

White with #10F5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,245,165); }

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

background-color css

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

 a { background-color: rgb(16,245,165); }

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

border-color css

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

 span { border-color: rgb(16,245,165); }

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