Html Css Color HEX #01F67D Spring Green

📋 copy color: '#01F67D'

red 1 ◦ green 246 ◦ blue 125

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

Shades of Spring Green #01F67D

Tints of Spring Green #01F67D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.13%

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 0.27%
G = 66.13%
B = 33.6%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#01F67D (or 0x01F67D) is known color: Spring Green. HEX triplet: 01, F6 and 7D. RGB value is (1,246,125). Sum of RGB (Red+Green+Blue) = 1+246+125=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #01F67D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F67D is #FE0982. Grayscale: #9F9F9F. Windows color (decimal): -16648579 or 8254977. OLE color: 8254977.

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

Color convert

RGB 1 246 125 -
CMYK 1.00 0 0.49 0.04
HSL 150.37º 0.99% 0.48% -
HSV(B) 150.37º 1% 0.96% -
XYZ 36.67 67.4 30.48 -
YUV 158.95 108.83 15.34 -
System Red Green Blue C M Y K H S L
Decimal 1 246 125 1.00 0 0.49 0.04 150.37 0.99 0.48
Hex 1 F6 7D 64 0 31 4 96 63 30
Octal 1 366 175 144 0 61 4 226 143 60
Binary 1 11110110 1111101 1100100 0 110001 100 10010110 1100011 110000

Color Harmonies of #01F67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F67D

Black with #01F67D

Text Example


Text Example

White with #01F67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,246,125); }

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

background-color css

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

 a { background-color: rgb(1,246,125); }

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

border-color css

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

 span { border-color: rgb(1,246,125); }

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