Html Css Color HEX #01EDAC Medium Spring Green

📋 copy color: '#01EDAC'

red 1 ◦ green 237 ◦ blue 172

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

Shades of Medium Spring Green #01EDAC

Tints of Medium Spring Green #01EDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.8%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 0.24%
G = 57.8%
B = 41.95%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#01EDAC (or 0x01EDAC) is known color: Medium Spring Green. HEX triplet: 01, ED and AC. RGB value is (1,237,172). Sum of RGB (Red+Green+Blue) = 1+237+172=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 237 (92.97% from 255 or 57.80% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 237 - color contains mainly: green. Hex color #01EDAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EDAC is #FE1253. Grayscale: #9F9F9F. Windows color (decimal): -16650836 or 11332865. OLE color: 11332865.

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

Color convert

RGB 1 237 172 -
CMYK 1.00 0 0.27 0.07
HSL 163.47º 0.99% 0.47% -
HSV(B) 163.47º 1% 0.93% -
XYZ 37.74 63.55 49.31 -
YUV 159.03 135.31 15.29 -
System Red Green Blue C M Y K H S L
Decimal 1 237 172 1.00 0 0.27 0.07 163.47 0.99 0.47
Hex 1 ED AC 64 0 1B 7 A3 63 2F
Octal 1 355 254 144 0 33 7 243 143 57
Binary 1 11101101 10101100 1100100 0 11011 111 10100011 1100011 101111

Color Harmonies of #01EDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EDAC

Black with #01EDAC

Text Example


Text Example

White with #01EDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,237,172); }

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

background-color css

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

 a { background-color: rgb(1,237,172); }

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

border-color css

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

 span { border-color: rgb(1,237,172); }

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