#01B018

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

Shades of Islamic Green #01B018

Tints of Islamic Green #01B018

Color information

#01B018 (or 0x01B018) is unknown color: approx Islamic Green. HEX triplet: 01, B0 and 18. RGB value is (1,176,24). Sum of RGB (Red+Green+Blue) = 1+176+24=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 176 (69.14% from 255 or 87.56% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 176 - color contains mainly: green. Hex color #01B018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B018 is #FE4FE7. Grayscale: #6A6A6A. Windows color (decimal): -16666600 or 1617921. OLE color: 1617921.

HSL color Cylindrical-coordinate representation of color #01B018: hue angle of 127.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B018 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB117624-
CMYK0.9900.860.31
HSL127.89º98.87%34.71%-
HSV(B)127.89º99.43%69.02%-
XYZ15.731.126.04-
YUV106.3581.5252.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 176 (69.14% from 255) = 87.56%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=0.50%
G=87.56%
B=11.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1176240.9900.860.31127.8998.8734.71
Hex1B018630561F806323
Octal12603014301263720014343
Binary1101100001100011000110101011011111100000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B018; }

 p { color: rgb(1,176,24); }

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

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

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

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

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

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

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