#018A1D

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

Shades of Green #018A1D

Tints of Green #018A1D

Color information

#018A1D (or 0x018A1D) is unknown color: approx Green. HEX triplet: 01, 8A and 1D. RGB value is (1,138,29). Sum of RGB (Red+Green+Blue) = 1+138+29=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 138 (54.30% from 255 or 82.14% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 138 - color contains mainly: green. Hex color #018A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A1D is #FE75E2. Grayscale: #545454. Windows color (decimal): -16676323 or 1935873. OLE color: 1935873.

HSL color Cylindrical-coordinate representation of color #018A1D: hue angle of 132.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A1D is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB113829-
CMYK0.9900.790.46
HSL132.26º98.56%27.25%-
HSV(B)132.26º99.28%54.12%-
XYZ9.3218.274.2-
YUV84.6196.6168.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 138 (54.30% from 255) = 82.14%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=0.60%
G=82.14%
B=17.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1138290.9900.790.46132.2698.5627.25
Hex18A1D6304F2E84631b
Octal12123514301175620414333
Binary1100010101110111000110100111110111010000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018A1D; }

 p { color: rgb(1,138,29); }

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

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

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

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

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

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

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