#18B30B

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

Shades of Islamic Green #18B30B

Tints of Islamic Green #18B30B

Color information

#18B30B (or 0x18B30B) is unknown color: approx Islamic Green. HEX triplet: 18, B3 and 0B. RGB value is (24,179,11). Sum of RGB (Red+Green+Blue) = 24+179+11=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 179 (70.31% from 255 or 83.64% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 179 - color contains mainly: green. Hex color #18B30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B30B is #E74CF4. Grayscale: #727272. Windows color (decimal): -15158517 or 766744. OLE color: 766744.

HSL color Cylindrical-coordinate representation of color #18B30B: hue angle of 115.36º 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 #18B30B is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB2417911-
CMYK0.8700.940.30
HSL115.36º88.42%37.25%-
HSV(B)115.36º93.85%70.2%-
XYZ16.5632.465.71-
YUV113.570.1564.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 179 (70.31% from 255) = 83.64%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=11.21%
G=83.64%
B=5.14%

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
Decimal24179110.8700.940.30115.3688.4237.25
Hex18B3B5705E1E735825
Octal302631312701363616313045
Binary110001011001110111010111010111101111011100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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