#0FEDAE

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

Shades of Medium Spring Green #0FEDAE

Tints of Medium Spring Green #0FEDAE

Color information

#0FEDAE (or 0x0FEDAE) is unknown color: approx Medium Spring Green. HEX triplet: 0F, ED and AE. RGB value is (15,237,174). Sum of RGB (Red+Green+Blue) = 15+237+174=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #0FEDAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEDAE is #F01251. Grayscale: #A3A3A3. Windows color (decimal): -15733330 or 11463951. OLE color: 11463951.

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

Color convert

RGB15237174-
CMYK0.9400.270.07
HSL162.97º88.1%49.41%-
HSV(B)162.97º93.67%92.94%-
XYZ38.1263.7350.34-
YUV163.44133.9522.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.52%
GREEN value IS 237 (92.97% from 255) = 55.63%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=3.52%
G=55.63%
B=40.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152371740.9400.270.07162.9788.149.41
HexFEDAE5E01B7a35831
Octal17355256136033724313061
Binary111111101101101011101011110011011111101000111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,237,174); }

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

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

 a { background-color: rgb(15,237,174); }

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

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

 span { border-color: rgb(15,237,174); }

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