Html Css Color HEX #01F973 Spring Green

📋 copy color: '#01F973'

red 1 ◦ green 249 ◦ blue 115

#01F973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #01F973

Tints of Spring Green #01F973

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 249 (97.66% from 255) = 68.22%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 0.27%
G = 68.22%
B = 31.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#01F973 (or 0x01F973) is known color: Spring Green. HEX triplet: 01, F9 and 73. RGB value is (1,249,115). Sum of RGB (Red+Green+Blue) = 1+249+115=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #01F973 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F973 is #FE068C. Grayscale: #9F9F9F. Windows color (decimal): -16647821 or 7600385. OLE color: 7600385.

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

Color convert

RGB 1 249 115 -
CMYK 1.00 0 0.54 0.02
HSL 147.58º 0.99% 0.49% -
HSV(B) 147.58º 1% 0.98% -
XYZ 36.98 69 27.59 -
YUV 159.57 102.84 14.9 -
System Red Green Blue C M Y K H S L
Decimal 1 249 115 1.00 0 0.54 0.02 147.58 0.99 0.49
Hex 1 F9 73 64 0 36 2 94 63 31
Octal 1 371 163 144 0 66 2 224 143 61
Binary 1 11111001 1110011 1100100 0 110110 10 10010100 1100011 110001

Color Harmonies of #01F973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F973

Black with #01F973

Text Example


Text Example

White with #01F973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01F973; }

 p { color: rgb(1,249,115); }

 H1.HeaderClassName
 {
   color: #01F973;
 }
 .AnyTagClassName
 {
   color: #01F973;
 }
</style>

background-color css

<style>
 a { background-color: #01F973; }

 a { background-color: rgb(1,249,115); }

 div.DivClassName
 {
   background-color: #01F973;
 }
 .BgClassName
 {
   background-color: #01F973;
 }
</style>

border-color css

<style>
 span { border-color: #01F973; }

 span { border-color: rgb(1,249,115); }

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