Html Css Color HEX #01EC82 Spring Green

📋 copy color: '#01EC82'

red 1 ◦ green 236 ◦ blue 130

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

Shades of Spring Green #01EC82

Tints of Spring Green #01EC82

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.31%

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 0.27%
G = 64.31%
B = 35.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#01EC82 (or 0x01EC82) is known color: Spring Green. HEX triplet: 01, EC and 82. RGB value is (1,236,130). Sum of RGB (Red+Green+Blue) = 1+236+130=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EC82 is #FE137D. Grayscale: #999999. Windows color (decimal): -16651134 or 8580097. OLE color: 8580097.

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

Color convert

RGB 1 236 130 -
CMYK 1.00 0 0.45 0.07
HSL 152.94º 0.99% 0.46% -
HSV(B) 152.94º 1% 0.93% -
XYZ 34.04 61.61 31.22 -
YUV 153.65 114.64 19.12 -
System Red Green Blue C M Y K H S L
Decimal 1 236 130 1.00 0 0.45 0.07 152.94 0.99 0.46
Hex 1 EC 82 64 0 2D 7 99 63 2E
Octal 1 354 202 144 0 55 7 231 143 56
Binary 1 11101100 10000010 1100100 0 101101 111 10011001 1100011 101110

Color Harmonies of #01EC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EC82

Black with #01EC82

Text Example


Text Example

White with #01EC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,236,130); }

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

background-color css

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

 a { background-color: rgb(1,236,130); }

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

border-color css

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

 span { border-color: rgb(1,236,130); }

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