Html Css Color HEX #01EC7A Spring Green

📋 copy color: '#01EC7A'

red 1 ◦ green 236 ◦ blue 122

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

Shades of Spring Green #01EC7A

Tints of Spring Green #01EC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 0.28%
G = 65.74%
B = 33.98%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#01EC7A (or 0x01EC7A) is known color: Spring Green. HEX triplet: 01, EC and 7A. RGB value is (1,236,122). Sum of RGB (Red+Green+Blue) = 1+236+122=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC7A is #FE1385. Grayscale: #989898. Windows color (decimal): -16651142 or 8055809. OLE color: 8055809.

HSL color Cylindrical-coordinate representation of color #01EC7A: hue angle of 150.89º 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 #01EC7A is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 236 122 -
CMYK 1.00 0 0.48 0.07
HSL 150.89º 0.99% 0.46% -
HSV(B) 150.89º 1% 0.93% -
XYZ 33.52 61.4 28.5 -
YUV 152.74 110.64 19.77 -
System Red Green Blue C M Y K H S L
Decimal 1 236 122 1.00 0 0.48 0.07 150.89 0.99 0.46
Hex 1 EC 7A 64 0 30 7 97 63 2E
Octal 1 354 172 144 0 60 7 227 143 56
Binary 1 11101100 1111010 1100100 0 110000 111 10010111 1100011 101110

Color Harmonies of #01EC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EC7A

Black with #01EC7A

Text Example


Text Example

White with #01EC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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