Html Css Color HEX #01E96A Spring Green

📋 copy color: '#01E96A'

red 1 ◦ green 233 ◦ blue 106

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

Shades of Spring Green #01E96A

Tints of Spring Green #01E96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 68.53%

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

R = 0.29%
G = 68.53%
B = 31.18%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#01E96A (or 0x01E96A) is known color: Spring Green. HEX triplet: 01, E9 and 6A. RGB value is (1,233,106). Sum of RGB (Red+Green+Blue) = 1+233+106=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #01E96A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E96A is #FE1695. Grayscale: #959595. Windows color (decimal): -16651926 or 7006465. OLE color: 7006465.

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

Color convert

RGB 1 233 106 -
CMYK 1.00 0 0.55 0.09
HSL 147.16º 0.99% 0.46% -
HSV(B) 147.16º 1% 0.91% -
XYZ 31.75 59.32 23.41 -
YUV 149.15 103.64 22.33 -
System Red Green Blue C M Y K H S L
Decimal 1 233 106 1.00 0 0.55 0.09 147.16 0.99 0.46
Hex 1 E9 6A 64 0 37 9 93 63 2E
Octal 1 351 152 144 0 67 11 223 143 56
Binary 1 11101001 1101010 1100100 0 110111 1001 10010011 1100011 101110

Color Harmonies of #01E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E96A

Black with #01E96A

Text Example


Text Example

White with #01E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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