Html Css Color HEX #01EB86 Spring Green

📋 copy color: '#01EB86'

red 1 ◦ green 235 ◦ blue 134

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

Shades of Spring Green #01EB86

Tints of Spring Green #01EB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 0.27%
G = 63.51%
B = 36.22%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#01EB86 (or 0x01EB86) is known color: Spring Green. HEX triplet: 01, EB and 86. RGB value is (1,235,134). Sum of RGB (Red+Green+Blue) = 1+235+134=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 235 (92.19% from 255 or 63.51% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 235 - color contains mainly: green. Hex color #01EB86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EB86 is #FE1479. Grayscale: #999999. Windows color (decimal): -16651386 or 8841985. OLE color: 8841985.

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

Color convert

RGB 1 235 134 -
CMYK 1.00 0 0.43 0.08
HSL 154.1º 0.99% 0.46% -
HSV(B) 154.1º 1% 0.92% -
XYZ 34.02 61.14 32.56 -
YUV 153.52 116.98 19.21 -
System Red Green Blue C M Y K H S L
Decimal 1 235 134 1.00 0 0.43 0.08 154.1 0.99 0.46
Hex 1 EB 86 64 0 2B 8 9A 63 2E
Octal 1 353 206 144 0 53 10 232 143 56
Binary 1 11101011 10000110 1100100 0 101011 1000 10011010 1100011 101110

Color Harmonies of #01EB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EB86

Black with #01EB86

Text Example


Text Example

White with #01EB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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