#0FE276

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

Shades of Spring Green #0FE276

Tints of Spring Green #0FE276

Color information

#0FE276 (or 0x0FE276) is unknown color: approx Spring Green. HEX triplet: 0F, E2 and 76. RGB value is (15,226,118). Sum of RGB (Red+Green+Blue) = 15+226+118=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE276 is #F01D89. Grayscale: #969696. Windows color (decimal): -15736202 or 7791119. OLE color: 7791119.

HSL color Cylindrical-coordinate representation of color #0FE276: hue angle of 149.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE276 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB15226118-
CMYK0.9300.480.11
HSL149.29º87.55%47.25%-
HSV(B)149.29º93.36%88.63%-
XYZ30.6655.826.29-
YUV150.6109.631.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.18%
GREEN value IS 226 (88.67% from 255) = 62.95%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=4.18%
G=62.95%
B=32.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152261180.9300.480.11149.2987.5547.25
HexFE2765D030B95582f
Octal173421661350601322513057
Binary1111111000101110110101110101100001011100101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,226,118); }

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

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

 a { background-color: rgb(15,226,118); }

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

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

 span { border-color: rgb(15,226,118); }

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