#00F974

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

Shades of Spring Green #00F974

Tints of Spring Green #00F974

Color information

#00F974 (or 0x00F974) is unknown color: approx Spring Green. HEX triplet: 00, F9 and 74. RGB value is (0,249,116). Sum of RGB (Red+Green+Blue) = 0+249+116=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #00F974 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F974 is #FF068B. Grayscale: #9F9F9F. Windows color (decimal): -16713356 or 7665920. OLE color: 7665920.

HSL color Cylindrical-coordinate representation of color #00F974: hue angle of 147.95º 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 #00F974 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB0249116-
CMYK100.530.02
HSL147.95º100%48.82%-
HSV(B)147.95º100%97.65%-
XYZ37.0369.0127.89-
YUV159.39103.5114.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 249 (97.66% from 255) = 68.22%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=0%
G=68.22%
B=31.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal0249116100.530.02147.9510048.82
Hex0F974640352946431
Octal0371164144065222414461
Binary01111100111101001100100011010110100101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,249,116); }

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

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

 a { background-color: rgb(0,249,116); }

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

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

 span { border-color: rgb(0,249,116); }

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