#018206

Color #018206 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #018206

Tints of Green #018206

Color information

#018206 (or 0x018206) is unknown color: approx Green. HEX triplet: 01, 82 and 06. RGB value is (1,130,6). Sum of RGB (Red+Green+Blue) = 1+130+6=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 130 (51.17% from 255 or 94.89% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 130 - color contains mainly: green. Hex color #018206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018206 is #FE7DF9. Grayscale: #4D4D4D. Windows color (decimal): -16678394 or 426497. OLE color: 426497.

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

Color convert

RGB11306-
CMYK0.9900.950.49
HSL122.33º98.47%25.69%-
HSV(B)122.33º99.23%50.98%-
XYZ8.0315.982.83-
YUV77.2987.7673.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 130 (51.17% from 255) = 94.89%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=0.73%
G=94.89%
B=4.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113060.9900.950.49122.3398.4725.69
Hex18266305F317a621a
Octal1202614301376117214232
Binary1100000101101100011010111111100011111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018206; }

 p { color: rgb(1,130,6); }

 H1.HeaderClassName
 {
   color: #018206;
 }
 .AnyTagClassName
 {
   color: #018206;
 }
</style>
background-color css

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

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

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

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

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

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