Html Css Color HEX #018011 Green

📋 copy color: '#018011'

red 1 ◦ green 128 ◦ blue 17

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

Shades of Green #018011

Tints of Green #018011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 87.67%

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 0.68%
G = 87.67%
B = 11.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#018011 (or 0x018011) is known color: Green. HEX triplet: 01, 80 and 11. RGB value is (1,128,17). Sum of RGB (Red+Green+Blue) = 1+128+17=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 128 (50.39% from 255 or 87.67% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 128 - color contains mainly: green. Hex color #018011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018011 is #FE7FEE. Grayscale: #4D4D4D. Windows color (decimal): -16678895 or 1146881. OLE color: 1146881.

HSL color Cylindrical-coordinate representation of color #018011: hue angle of 127.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018011 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 17 -
CMYK 0.99 0 0.87 0.50
HSL 127.56º 0.98% 0.25% -
HSV(B) 127.56º 0.99% 0.5% -
XYZ 7.83 15.49 3.11 -
YUV 77.37 93.92 73.53 -
System Red Green Blue C M Y K H S L
Decimal 1 128 17 0.99 0 0.87 0.50 127.56 0.98 0.25
Hex 1 80 11 63 0 57 32 80 62 19
Octal 1 200 21 143 0 127 62 200 142 31
Binary 1 10000000 10001 1100011 0 1010111 110010 10000000 1100010 11001

Color Harmonies of #018011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018011

Black with #018011

Text Example


Text Example

White with #018011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018011; }

 p { color: rgb(1,128,17); }

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

background-color css

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

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

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

border-color css

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

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

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