Html Css Color HEX #01EC6A Spring Green

📋 copy color: '#01EC6A'

red 1 ◦ green 236 ◦ blue 106

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

Shades of Spring Green #01EC6A

Tints of Spring Green #01EC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 0.29%
G = 68.8%
B = 30.9%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#01EC6A (or 0x01EC6A) is known color: Spring Green. HEX triplet: 01, EC and 6A. RGB value is (1,236,106). Sum of RGB (Red+Green+Blue) = 1+236+106=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EC6A is #FE1395. Grayscale: #979797. Windows color (decimal): -16651158 or 7007233. OLE color: 7007233.

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

Color convert

RGB 1 236 106 -
CMYK 1.00 0 0.55 0.07
HSL 146.81º 0.99% 0.46% -
HSV(B) 146.81º 1% 0.93% -
XYZ 32.61 61.04 23.7 -
YUV 150.92 102.64 21.07 -
System Red Green Blue C M Y K H S L
Decimal 1 236 106 1.00 0 0.55 0.07 146.81 0.99 0.46
Hex 1 EC 6A 64 0 37 7 93 63 2E
Octal 1 354 152 144 0 67 7 223 143 56
Binary 1 11101100 1101010 1100100 0 110111 111 10010011 1100011 101110

Color Harmonies of #01EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EC6A

Black with #01EC6A

Text Example


Text Example

White with #01EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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