Html Css Color HEX #01ED6A Spring Green

📋 copy color: '#01ED6A'

red 1 ◦ green 237 ◦ blue 106

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

Shades of Spring Green #01ED6A

Tints of Spring Green #01ED6A

RGB

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

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

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

R = 0.29%
G = 68.9%
B = 30.81%

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

#01ED6A (or 0x01ED6A) is known color: Spring Green. HEX triplet: 01, ED and 6A. RGB value is (1,237,106). Sum of RGB (Red+Green+Blue) = 1+237+106=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01ED6A is #FE1295. Grayscale: #979797. Windows color (decimal): -16650902 or 7007489. OLE color: 7007489.

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

Color convert

RGB 1 237 106 -
CMYK 1.00 0 0.55 0.07
HSL 146.69º 0.99% 0.47% -
HSV(B) 146.69º 1% 0.93% -
XYZ 32.9 61.62 23.79 -
YUV 151.5 102.31 20.65 -
System Red Green Blue C M Y K H S L
Decimal 1 237 106 1.00 0 0.55 0.07 146.69 0.99 0.47
Hex 1 ED 6A 64 0 37 7 93 63 2F
Octal 1 355 152 144 0 67 7 223 143 57
Binary 1 11101101 1101010 1100100 0 110111 111 10010011 1100011 101111

Color Harmonies of #01ED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED6A

Black with #01ED6A

Text Example


Text Example

White with #01ED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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