#0FFA72

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

Shades of Spring Green #0FFA72

Tints of Spring Green #0FFA72

Color information

#0FFA72 (or 0x0FFA72) is unknown color: approx Spring Green. HEX triplet: 0F, FA and 72. RGB value is (15,250,114). Sum of RGB (Red+Green+Blue) = 15+250+114=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFA72 is #F0058D. Grayscale: #A4A4A4. Windows color (decimal): -15730062 or 7535119. OLE color: 7535119.

HSL color Cylindrical-coordinate representation of color #0FFA72: hue angle of 145.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA72 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB15250114-
CMYK0.9400.540.02
HSL145.28º95.92%51.96%-
HSV(B)145.28º94%98.04%-
XYZ37.4269.6927.4-
YUV164.2399.6421.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.96%
GREEN value IS 250 (98.05% from 255) = 65.96%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=3.96%
G=65.96%
B=30.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152501140.9400.540.02145.2895.9251.96
HexFFA725E0362916034
Octal17372162136066222114064
Binary11111111101011100101011110011011010100100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,250,114); }

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

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

 a { background-color: rgb(15,250,114); }

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

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

 span { border-color: rgb(15,250,114); }

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