#0FF280

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

Shades of Spring Green #0FF280

Tints of Spring Green #0FF280

Color information

#0FF280 (or 0x0FF280) is unknown color: approx Spring Green. HEX triplet: 0F, F2 and 80. RGB value is (15,242,128). Sum of RGB (Red+Green+Blue) = 15+242+128=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF280 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF280 is #F00D7F. Grayscale: #A1A1A1. Windows color (decimal): -15732096 or 8450575. OLE color: 8450575.

HSL color Cylindrical-coordinate representation of color #0FF280: hue angle of 149.87º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF280 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB15242128-
CMYK0.9400.470.05
HSL149.87º89.72%50.39%-
HSV(B)149.87º93.8%94.9%-
XYZ35.8565.1631.11-
YUV161.13109.2923.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.90%
GREEN value IS 242 (94.92% from 255) = 62.86%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=3.90%
G=62.86%
B=33.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152421280.9400.470.05149.8789.7250.39
HexFF2805E02F5965a32
Octal17362200136057522613262
Binary1111111100101000000010111100101111101100101101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,242,128); }

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

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

 a { background-color: rgb(15,242,128); }

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

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

 span { border-color: rgb(15,242,128); }

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