#0FE9A5

Color #0FE9A5 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0FE9A5

Tints of Medium Spring Green #0FE9A5

Color information

#0FE9A5 (or 0x0FE9A5) is unknown color: approx Medium Spring Green. HEX triplet: 0F, E9 and A5. RGB value is (15,233,165). Sum of RGB (Red+Green+Blue) = 15+233+165=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 233 (91.41% from 255 or 56.42% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FE9A5 is #F0165A. Grayscale: #A0A0A0. Windows color (decimal): -15734363 or 10873103. OLE color: 10873103.

HSL color Cylindrical-coordinate representation of color #0FE9A5: hue angle of 161.28º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE9A5 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB15233165-
CMYK0.9400.290.09
HSL161.28º87.9%48.63%-
HSV(B)161.28º93.56%91.37%-
XYZ36.1361.145.49-
YUV160.07130.7824.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.63%
GREEN value IS 233 (91.41% from 255) = 56.42%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=3.63%
G=56.42%
B=39.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152331650.9400.290.09161.2887.948.63
HexFE9A55E01D9a15831
Octal173512451360351124113061
Binary1111111010011010010110111100111011001101000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FE9A5; }

 p { color: rgb(15,233,165); }

 H1.HeaderClassName
 {
   color: #0FE9A5;
 }
 .AnyTagClassName
 {
   color: #0FE9A5;
 }
</style>
background-color css

<style>
 a { background-color: #0FE9A5; }

 a { background-color: rgb(15,233,165); }

 div.DivClassName
 {
   background-color: #0FE9A5;
 }
 .BgClassName
 {
   background-color: #0FE9A5;
 }
</style>
border-color css

<style>
 span { border-color: #0FE9A5; }

 span { border-color: rgb(15,233,165); }

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