#18B20B

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

Shades of Islamic Green #18B20B

Tints of Islamic Green #18B20B

Color information

#18B20B (or 0x18B20B) is unknown color: approx Islamic Green. HEX triplet: 18, B2 and 0B. RGB value is (24,178,11). Sum of RGB (Red+Green+Blue) = 24+178+11=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 178 (69.92% from 255 or 83.57% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 178 - color contains mainly: green. Hex color #18B20B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18B20B is #E74DF4. Grayscale: #717171. Windows color (decimal): -15158773 or 766488. OLE color: 766488.

HSL color Cylindrical-coordinate representation of color #18B20B: hue angle of 115.33º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18B20B is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB2417811-
CMYK0.8700.940.30
HSL115.33º88.36%37.06%-
HSV(B)115.33º93.82%69.8%-
XYZ16.3632.065.64-
YUV112.9270.4864.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 178 (69.92% from 255) = 83.57%
BLUE value IS 11 (4.69% from 255) = 5.16%
R=11.27%
G=83.57%
B=5.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24178110.8700.940.30115.3388.3637.06
Hex18B2B5705E1E735825
Octal302621312701363616313045
Binary110001011001010111010111010111101111011100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18B20B; }

 p { color: rgb(24,178,11); }

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

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

 a { background-color: rgb(24,178,11); }

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

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

 span { border-color: rgb(24,178,11); }

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