Html Css Color HEX #01FA6E Spring Green

📋 copy color: '#01FA6E'

red 1 ◦ green 250 ◦ blue 110

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

Shades of Spring Green #01FA6E

Tints of Spring Green #01FA6E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 69.25%

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 0.28%
G = 69.25%
B = 30.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#01FA6E (or 0x01FA6E) is known color: Spring Green. HEX triplet: 01, FA and 6E. RGB value is (1,250,110). Sum of RGB (Red+Green+Blue) = 1+250+110=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 250 (98.05% from 255 or 69.25% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA6E is #FE0591. Grayscale: #9F9F9F. Windows color (decimal): -16647570 or 7272961. OLE color: 7272961.

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

Color convert

RGB 1 250 110 -
CMYK 1.00 0 0.56 0.02
HSL 146.27º 0.99% 0.49% -
HSV(B) 146.27º 1% 0.98% -
XYZ 37.01 69.5 26.22 -
YUV 159.59 100.01 14.88 -
System Red Green Blue C M Y K H S L
Decimal 1 250 110 1.00 0 0.56 0.02 146.27 0.99 0.49
Hex 1 FA 6E 64 0 38 2 92 63 31
Octal 1 372 156 144 0 70 2 222 143 61
Binary 1 11111010 1101110 1100100 0 111000 10 10010010 1100011 110001

Color Harmonies of #01FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA6E

Black with #01FA6E

Text Example


Text Example

White with #01FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,250,110); }

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

background-color css

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

 a { background-color: rgb(1,250,110); }

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

border-color css

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

 span { border-color: rgb(1,250,110); }

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