Html Css Color HEX #01F96F Spring Green

📋 copy color: '#01F96F'

red 1 ◦ green 249 ◦ blue 111

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

Shades of Spring Green #01F96F

Tints of Spring Green #01F96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 0.28%
G = 68.98%
B = 30.75%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#01F96F (or 0x01F96F) is known color: Spring Green. HEX triplet: 01, F9 and 6F. RGB value is (1,249,111). Sum of RGB (Red+Green+Blue) = 1+249+111=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #01F96F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F96F is #FE0690. Grayscale: #9F9F9F. Windows color (decimal): -16647825 or 7338241. OLE color: 7338241.

HSL color Cylindrical-coordinate representation of color #01F96F: hue angle of 146.61º 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 #01F96F is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 249 111 -
CMYK 1.00 0 0.55 0.02
HSL 146.61º 0.99% 0.49% -
HSV(B) 146.61º 1% 0.98% -
XYZ 36.76 68.91 26.4 -
YUV 159.12 100.84 15.22 -
System Red Green Blue C M Y K H S L
Decimal 1 249 111 1.00 0 0.55 0.02 146.61 0.99 0.49
Hex 1 F9 6F 64 0 37 2 93 63 31
Octal 1 371 157 144 0 67 2 223 143 61
Binary 1 11111001 1101111 1100100 0 110111 10 10010011 1100011 110001

Color Harmonies of #01F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F96F

Black with #01F96F

Text Example


Text Example

White with #01F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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