#0FEFA5

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

Shades of Medium Spring Green #0FEFA5

Tints of Medium Spring Green #0FEFA5

Color information

#0FEFA5 (or 0x0FEFA5) is unknown color: approx Medium Spring Green. HEX triplet: 0F, EF and A5. RGB value is (15,239,165). Sum of RGB (Red+Green+Blue) = 15+239+165=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEFA5 is #F0105A. Grayscale: #A3A3A3. Windows color (decimal): -15732827 or 10874639. OLE color: 10874639.

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

Color convert

RGB15239165-
CMYK0.9400.310.06
HSL160.18º88.19%49.8%-
HSV(B)160.18º93.72%93.73%-
XYZ37.8664.5546.06-
YUV163.59128.7922.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.58%
GREEN value IS 239 (93.75% from 255) = 57.04%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=3.58%
G=57.04%
B=39.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152391650.9400.310.06160.1888.1949.8
HexFEFA55E01F6a05832
Octal17357245136037624013062
Binary111111101111101001011011110011111110101000001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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