Html Css Color HEX #01F07F Spring Green

📋 copy color: '#01F07F'

red 1 ◦ green 240 ◦ blue 127

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

Shades of Spring Green #01F07F

Tints of Spring Green #01F07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.22%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 0.27%
G = 65.22%
B = 34.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#01F07F (or 0x01F07F) is known color: Spring Green. HEX triplet: 01, F0 and 7F. RGB value is (1,240,127). Sum of RGB (Red+Green+Blue) = 1+240+127=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #01F07F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F07F is #FE0F80. Grayscale: #9B9B9B. Windows color (decimal): -16650113 or 8384513. OLE color: 8384513.

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

Color convert

RGB 1 240 127 -
CMYK 1.00 0 0.47 0.06
HSL 151.63º 0.99% 0.47% -
HSV(B) 151.63º 1% 0.94% -
XYZ 35 63.86 30.56 -
YUV 155.66 111.82 17.69 -
System Red Green Blue C M Y K H S L
Decimal 1 240 127 1.00 0 0.47 0.06 151.63 0.99 0.47
Hex 1 F0 7F 64 0 2F 6 98 63 2F
Octal 1 360 177 144 0 57 6 230 143 57
Binary 1 11110000 1111111 1100100 0 101111 110 10011000 1100011 101111

Color Harmonies of #01F07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F07F

Black with #01F07F

Text Example


Text Example

White with #01F07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,240,127); }

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

background-color css

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

 a { background-color: rgb(1,240,127); }

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

border-color css

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

 span { border-color: rgb(1,240,127); }

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