#0fef7d

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

Shades of Spring Green #0FEF7D

Tints of Spring Green #0FEF7D

Color information

#0FEF7D (or 0x0FEF7D) is unknown color: approx Spring Green. HEX triplet: 0F, EF and 7D. RGB value is (15,239,125). Sum of RGB (Red+Green+Blue) = 15+239+125=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEF7D is #F01082. Grayscale: #9F9F9F. Windows color (decimal): -15732867 or 8253199. OLE color: 8253199.

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

Color convert

RGB15239125-
CMYK0.9400.480.06
HSL149.46º88.19%49.8%-
HSV(B)149.46º93.72%93.73%-
XYZ34.7763.3229.79-
YUV159.03108.7925.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.96%
GREEN value IS 239 (93.75% from 255) = 63.06%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=3.96%
G=63.06%
B=32.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152391250.9400.480.06149.4688.1949.8
HexFEF7D5E0306955832
Octal17357175136060622513062
Binary111111101111111110110111100110000110100101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fef7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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