Html Css Color HEX #015E01 Green

📋 copy color: '#015E01'

red 1 ◦ green 94 ◦ blue 1

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

Shades of Green #015E01

Tints of Green #015E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 97.92%

 BLUE value IS 1 (0.78% from 255) = 1.04%

R = 1.04%
G = 97.92%
B = 1.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#015E01 (or 0x015E01) is known color: Green. HEX triplet: 01, 5E and 01. RGB value is (1,94,1). Sum of RGB (Red+Green+Blue) = 1+94+1=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 94 (37.11% from 255 or 97.92% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 94 - color contains mainly: green. Hex color #015E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E01 is #FEA1FE. Grayscale: #373737. Windows color (decimal): -16687615 or 89601. OLE color: 89601.

HSL color Cylindrical-coordinate representation of color #015E01: hue angle of 120º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E01 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 94 1 -
CMYK 0.99 0 0.99 0.63
HSL 120º 0.98% 0.19% -
HSV(B) 120º 0.99% 0.37% -
XYZ 4.02 8.01 1.36 -
YUV 55.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 1 94 1 0.99 0 0.99 0.63 120 0.98 0.19
Hex 1 5E 1 63 0 63 3F 78 62 13
Octal 1 136 1 143 0 143 77 170 142 23
Binary 1 1011110 1 1100011 0 1100011 111111 1111000 1100010 10011

Color Harmonies of #015E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E01

Black with #015E01

Text Example


Text Example

White with #015E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015E01; }

 p { color: rgb(1,94,1); }

 H1.HeaderClassName
 {
   color: #015E01;
 }
 .AnyTagClassName
 {
   color: #015E01;
 }
</style>

background-color css

<style>
 a { background-color: #015E01; }

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

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

border-color css

<style>
 span { border-color: #015E01; }

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

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