Html Css Color HEX #01EB6A Spring Green

📋 copy color: '#01EB6A'

red 1 ◦ green 235 ◦ blue 106

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

Shades of Spring Green #01EB6A

Tints of Spring Green #01EB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 68.71%

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

R = 0.29%
G = 68.71%
B = 30.99%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#01EB6A (or 0x01EB6A) is known color: Spring Green. HEX triplet: 01, EB and 6A. RGB value is (1,235,106). Sum of RGB (Red+Green+Blue) = 1+235+106=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 235 (92.19% from 255 or 68.71% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 235 - color contains mainly: green. Hex color #01EB6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EB6A is #FE1495. Grayscale: #969696. Windows color (decimal): -16651414 or 7006977. OLE color: 7006977.

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

Color convert

RGB 1 235 106 -
CMYK 1.00 0 0.55 0.08
HSL 146.92º 0.99% 0.46% -
HSV(B) 146.92º 1% 0.92% -
XYZ 32.32 60.46 23.6 -
YUV 150.33 102.98 21.49 -
System Red Green Blue C M Y K H S L
Decimal 1 235 106 1.00 0 0.55 0.08 146.92 0.99 0.46
Hex 1 EB 6A 64 0 37 8 93 63 2E
Octal 1 353 152 144 0 67 10 223 143 56
Binary 1 11101011 1101010 1100100 0 110111 1000 10010011 1100011 101110

Color Harmonies of #01EB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EB6A

Black with #01EB6A

Text Example


Text Example

White with #01EB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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