#01DE7C

Color #01DE7C Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #01DE7C

Tints of Spring Green #01DE7C

Color information

#01DE7C (or 0x01DE7C) is unknown color: approx Spring Green. HEX triplet: 01, DE and 7C. RGB value is (1,222,124). Sum of RGB (Red+Green+Blue) = 1+222+124=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DE7C is #FE2183. Grayscale: #909090. Windows color (decimal): -16654724 or 8183297. OLE color: 8183297.

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

Color convert

RGB1222124-
CMYK1.0000.440.13
HSL153.39º99.1%43.73%-
HSV(B)153.39º99.55%87.06%-
XYZ29.7753.727.87-
YUV144.75116.2825.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 222 (87.11% from 255) = 63.98%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=0.29%
G=63.98%
B=35.73%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12221241.0000.440.13153.3999.143.73
Hex1DE7C6402CD99632c
Octal13361741440541523114354
Binary1110111101111100110010001011001101100110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,222,124); }

 H1.HeaderClassName
 {
   color: #01DE7C;
 }
 .AnyTagClassName
 {
   color: #01DE7C;
 }
</style>
background-color css

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

 a { background-color: rgb(1,222,124); }

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

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

 span { border-color: rgb(1,222,124); }

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