Html Css Color HEX #01FF8D Spring Green

📋 copy color: '#01FF8D'

red 1 ◦ green 255 ◦ blue 141

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

Shades of Spring Green #01FF8D

Tints of Spring Green #01FF8D

RGB

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

 GREEN value IS 255 (100% from 255) = 64.23%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 0.25%
G = 64.23%
B = 35.52%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#01FF8D (or 0x01FF8D) is known color: Spring Green. HEX triplet: 01, FF and 8D. RGB value is (1,255,141). Sum of RGB (Red+Green+Blue) = 1+255+141=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FF8D is #FE0072. Grayscale: #A6A6A6. Windows color (decimal): -16646259 or 9305857. OLE color: 9305857.

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

Color convert

RGB 1 255 141 -
CMYK 1.00 0 0.45 0
HSL 153.07º 1% 0.5% -
HSV(B) 153.07º 1% 1% -
XYZ 40.58 73.45 37.24 -
YUV 166.06 113.85 10.27 -
System Red Green Blue C M Y K H S L
Decimal 1 255 141 1.00 0 0.45 0 153.07 1 0.5
Hex 1 FF 8D 64 0 2D 0 99 64 32
Octal 1 377 215 144 0 55 0 231 144 62
Binary 1 11111111 10001101 1100100 0 101101 0 10011001 1100100 110010

Color Harmonies of #01FF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF8D

Black with #01FF8D

Text Example


Text Example

White with #01FF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,141); }

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

background-color css

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

 a { background-color: rgb(1,255,141); }

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

border-color css

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

 span { border-color: rgb(1,255,141); }

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