Html Css Color HEX #01E96B Spring Green

📋 copy color: '#01E96B'

red 1 ◦ green 233 ◦ blue 107

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

Shades of Spring Green #01E96B

Tints of Spring Green #01E96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 0.29%
G = 68.33%
B = 31.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#01E96B (or 0x01E96B) is known color: Spring Green. HEX triplet: 01, E9 and 6B. RGB value is (1,233,107). Sum of RGB (Red+Green+Blue) = 1+233+107=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 233 (91.41% from 255 or 68.33% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 233 - color contains mainly: green. Hex color #01E96B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E96B is #FE1694. Grayscale: #959595. Windows color (decimal): -16651925 or 7072001. OLE color: 7072001.

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

Color convert

RGB 1 233 107 -
CMYK 1.00 0 0.54 0.09
HSL 147.41º 0.99% 0.46% -
HSV(B) 147.41º 1% 0.91% -
XYZ 31.81 59.35 23.69 -
YUV 149.27 104.14 22.25 -
System Red Green Blue C M Y K H S L
Decimal 1 233 107 1.00 0 0.54 0.09 147.41 0.99 0.46
Hex 1 E9 6B 64 0 36 9 93 63 2E
Octal 1 351 153 144 0 66 11 223 143 56
Binary 1 11101001 1101011 1100100 0 110110 1001 10010011 1100011 101110

Color Harmonies of #01E96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E96B

Black with #01E96B

Text Example


Text Example

White with #01E96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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