#0FFF7E

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

Shades of Spring Green #0FFF7E

Tints of Spring Green #0FFF7E

Color information

#0FFF7E (or 0x0FFF7E) is unknown color: approx Spring Green. HEX triplet: 0F, FF and 7E. RGB value is (15,255,126). Sum of RGB (Red+Green+Blue) = 15+255+126=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF7E is #F00081. Grayscale: #A8A8A8. Windows color (decimal): -15728770 or 8322831. OLE color: 8322831.

HSL color Cylindrical-coordinate representation of color #0FFF7E: hue angle of 147.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF7E is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB15255126-
CMYK0.9400.510
HSL147.75º100%52.94%-
HSV(B)147.75º94.12%100%-
XYZ39.7273.1331.76-
YUV168.53103.9918.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.79%
GREEN value IS 255 (100% from 255) = 64.39%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=3.79%
G=64.39%
B=31.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal152551260.9400.510147.7510052.94
HexFFF7E5E0330946435
Octal17377176136063022414465
Binary1111111111111111110101111001100110100101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,255,126); }

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

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

 a { background-color: rgb(15,255,126); }

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

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

 span { border-color: rgb(15,255,126); }

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