Html Css Color HEX #01F86D Spring Green

📋 copy color: '#01F86D'

red 1 ◦ green 248 ◦ blue 109

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

Shades of Spring Green #01F86D

Tints of Spring Green #01F86D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 69.27%

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

R = 0.28%
G = 69.27%
B = 30.45%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#01F86D (or 0x01F86D) is known color: Spring Green. HEX triplet: 01, F8 and 6D. RGB value is (1,248,109). Sum of RGB (Red+Green+Blue) = 1+248+109=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 248 (97.27% from 255 or 69.27% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 248 - color contains mainly: green. Hex color #01F86D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F86D is #FE0792. Grayscale: #9E9E9E. Windows color (decimal): -16648083 or 7206913. OLE color: 7206913.

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

Color convert

RGB 1 248 109 -
CMYK 1.00 0 0.56 0.03
HSL 146.23º 0.99% 0.49% -
HSV(B) 146.23º 1% 0.97% -
XYZ 36.34 68.25 25.73 -
YUV 158.3 100.17 15.8 -
System Red Green Blue C M Y K H S L
Decimal 1 248 109 1.00 0 0.56 0.03 146.23 0.99 0.49
Hex 1 F8 6D 64 0 38 3 92 63 31
Octal 1 370 155 144 0 70 3 222 143 61
Binary 1 11111000 1101101 1100100 0 111000 11 10010010 1100011 110001

Color Harmonies of #01F86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F86D

Black with #01F86D

Text Example


Text Example

White with #01F86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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