#0FED75

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

Shades of Spring Green #0FED75

Tints of Spring Green #0FED75

Color information

#0FED75 (or 0x0FED75) is unknown color: approx Spring Green. HEX triplet: 0F, ED and 75. RGB value is (15,237,117). Sum of RGB (Red+Green+Blue) = 15+237+117=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #0FED75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FED75 is #F0128A. Grayscale: #9D9D9D. Windows color (decimal): -15733387 or 7728399. OLE color: 7728399.

HSL color Cylindrical-coordinate representation of color #0FED75: hue angle of 147.57º 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 #0FED75 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB15237117-
CMYK0.9400.510.07
HSL147.57º88.1%49.41%-
HSV(B)147.57º93.67%92.94%-
XYZ33.6961.9527.01-
YUV156.94105.4526.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.07%
GREEN value IS 237 (92.97% from 255) = 64.23%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=4.07%
G=64.23%
B=31.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152371170.9400.510.07147.5788.149.41
HexFED755E0337945831
Octal17355165136063722413061
Binary111111101101111010110111100110011111100101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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