#00FA60

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

Shades of Spring Green #00FA60

Tints of Spring Green #00FA60

Color information

#00FA60 (or 0x00FA60) is unknown color: approx Spring Green. HEX triplet: 00, FA and 60. RGB value is (0,250,96). Sum of RGB (Red+Green+Blue) = 0+250+96=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FA60 is #FF059F. Grayscale: #9E9E9E. Windows color (decimal): -16713120 or 6355456. OLE color: 6355456.

HSL color Cylindrical-coordinate representation of color #00FA60: hue angle of 143.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FA60 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB025096-
CMYK100.620.02
HSL143.04º100%49.02%-
HSV(B)143.04º100%98.04%-
XYZ36.369.2222.51-
YUV157.6993.1815.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 250 (98.05% from 255) = 72.25%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=0%
G=72.25%
B=27.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal025096100.620.02143.0410049.02
Hex0FA606403E28f6431
Octal0372140144076221714461
Binary01111101011000001100100011111010100011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FA60; }

 p { color: rgb(0,250,96); }

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

<style>
 a { background-color: #00FA60; }

 a { background-color: rgb(0,250,96); }

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

<style>
 span { border-color: #00FA60; }

 span { border-color: rgb(0,250,96); }

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