Html Css Color HEX #10F0A2 Medium Spring Green

📋 copy color: '#10F0A2'

red 16 ◦ green 240 ◦ blue 162

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

Shades of Medium Spring Green #10F0A2

Tints of Medium Spring Green #10F0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 3.83%
G = 57.42%
B = 38.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#10F0A2 (or 0x10F0A2) is known color: Medium Spring Green. HEX triplet: 10, F0 and A2. RGB value is (16,240,162). Sum of RGB (Red+Green+Blue) = 16+240+162=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F0A2 is #EF0F5D. Grayscale: #A4A4A4. Windows color (decimal): -15667038 or 10678288. OLE color: 10678288.

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

Color convert

RGB 16 240 162 -
CMYK 0.93 0 0.32 0.06
HSL 159.11º 0.88% 0.5% -
HSV(B) 159.11º 0.93% 0.94% -
XYZ 37.9 65.04 44.74 -
YUV 164.13 126.79 22.34 -
System Red Green Blue C M Y K H S L
Decimal 16 240 162 0.93 0 0.32 0.06 159.11 0.88 0.5
Hex 10 F0 A2 5D 0 20 6 9F 58 32
Octal 20 360 242 135 0 40 6 237 130 62
Binary 10000 11110000 10100010 1011101 0 100000 110 10011111 1011000 110010

Color Harmonies of #10F0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F0A2

Black with #10F0A2

Text Example


Text Example

White with #10F0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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