Html Css Color HEX #01FC6C Spring Green

📋 copy color: '#01FC6C'

red 1 ◦ green 252 ◦ blue 108

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

Shades of Spring Green #01FC6C

Tints of Spring Green #01FC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 0.28%
G = 69.81%
B = 29.92%

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

#01FC6C (or 0x01FC6C) is known color: Spring Green. HEX triplet: 01, FC and 6C. RGB value is (1,252,108). Sum of RGB (Red+Green+Blue) = 1+252+108=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC6C is #FE0393. Grayscale: #A0A0A0. Windows color (decimal): -16647060 or 7142401. OLE color: 7142401.

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

Color convert

RGB 1 252 108 -
CMYK 1.00 0 0.57 0.01
HSL 145.58º 0.99% 0.5% -
HSV(B) 145.58º 1% 0.99% -
XYZ 37.53 70.71 25.86 -
YUV 160.54 98.34 14.21 -
System Red Green Blue C M Y K H S L
Decimal 1 252 108 1.00 0 0.57 0.01 145.58 0.99 0.5
Hex 1 FC 6C 64 0 39 1 92 63 32
Octal 1 374 154 144 0 71 1 222 143 62
Binary 1 11111100 1101100 1100100 0 111001 1 10010010 1100011 110010

Color Harmonies of #01FC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC6C

Black with #01FC6C

Text Example


Text Example

White with #01FC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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