Html Css Color HEX #01FC6D Spring Green

📋 copy color: '#01FC6D'

red 1 ◦ green 252 ◦ blue 109

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

Shades of Spring Green #01FC6D

Tints of Spring Green #01FC6D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 69.61%

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 0.28%
G = 69.61%
B = 30.11%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#01FC6D (or 0x01FC6D) is known color: Spring Green. HEX triplet: 01, FC and 6D. RGB value is (1,252,109). Sum of RGB (Red+Green+Blue) = 1+252+109=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC6D is #FE0392. Grayscale: #A0A0A0. Windows color (decimal): -16647059 or 7207937. OLE color: 7207937.

HSL color Cylindrical-coordinate representation of color #01FC6D: hue angle of 145.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC6D is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 252 109 -
CMYK 1.00 0 0.57 0.01
HSL 145.82º 0.99% 0.5% -
HSV(B) 145.82º 1% 0.99% -
XYZ 37.58 70.73 26.14 -
YUV 160.65 98.84 14.13 -
System Red Green Blue C M Y K H S L
Decimal 1 252 109 1.00 0 0.57 0.01 145.82 0.99 0.5
Hex 1 FC 6D 64 0 39 1 92 63 32
Octal 1 374 155 144 0 71 1 222 143 62
Binary 1 11111100 1101101 1100100 0 111001 1 10010010 1100011 110010

Color Harmonies of #01FC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC6D

Black with #01FC6D

Text Example


Text Example

White with #01FC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,252,109); }

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

background-color css

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

 a { background-color: rgb(1,252,109); }

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

border-color css

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

 span { border-color: rgb(1,252,109); }

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