#018D06

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

Shades of Islamic Green #018D06

Tints of Islamic Green #018D06

Color information

#018D06 (or 0x018D06) is unknown color: approx Islamic Green. HEX triplet: 01, 8D and 06. RGB value is (1,141,6). Sum of RGB (Red+Green+Blue) = 1+141+6=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 141 (55.47% from 255 or 95.27% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 141 - color contains mainly: green. Hex color #018D06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018D06 is #FE72F9. Grayscale: #545454. Windows color (decimal): -16675578 or 429313. OLE color: 429313.

HSL color Cylindrical-coordinate representation of color #018D06: hue angle of 122.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D06 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB11416-
CMYK0.9900.960.45
HSL122.14º98.59%27.84%-
HSV(B)122.14º99.29%55.29%-
XYZ9.5719.073.35-
YUV83.7584.1268.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 141 (55.47% from 255) = 95.27%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=0.68%
G=95.27%
B=4.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114160.9900.960.45122.1498.5927.84
Hex18D6630602D7a631c
Octal1215614301405517214334
Binary1100011011101100011011000001011011111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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