Html Css Color HEX #018601 Green

📋 copy color: '#018601'

red 1 ◦ green 134 ◦ blue 1

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

Shades of Green #018601

Tints of Green #018601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 98.53%

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

R = 0.74%
G = 98.53%
B = 0.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#018601 (or 0x018601) is known color: Green. HEX triplet: 01, 86 and 01. RGB value is (1,134,1). Sum of RGB (Red+Green+Blue) = 1+134+1=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 134 (52.73% from 255 or 98.53% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 134 - color contains mainly: green. Hex color #018601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018601 is #FE79FE. Grayscale: #4F4F4F. Windows color (decimal): -16677375 or 99841. OLE color: 99841.

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

Color convert

RGB 1 134 1 -
CMYK 0.99 0 0.99 0.47
HSL 120º 0.99% 0.26% -
HSV(B) 120º 0.99% 0.53% -
XYZ 8.54 17.06 2.87 -
YUV 79.07 83.94 72.31 -
System Red Green Blue C M Y K H S L
Decimal 1 134 1 0.99 0 0.99 0.47 120 0.99 0.26
Hex 1 86 1 63 0 63 2F 78 63 1A
Octal 1 206 1 143 0 143 57 170 143 32
Binary 1 10000110 1 1100011 0 1100011 101111 1111000 1100011 11010

Color Harmonies of #018601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018601

Black with #018601

Text Example


Text Example

White with #018601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018601; }

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

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

background-color css

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

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

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

border-color css

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

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

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