#18BC07

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

Shades of Islamic Green #18BC07

Tints of Islamic Green #18BC07

Color information

#18BC07 (or 0x18BC07) is unknown color: approx Islamic Green. HEX triplet: 18, BC and 07. RGB value is (24,188,7). Sum of RGB (Red+Green+Blue) = 24+188+7=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC07 is #E743F8. Grayscale: #767676. Windows color (decimal): -15156217 or 506904. OLE color: 506904.

HSL color Cylindrical-coordinate representation of color #18BC07: hue angle of 114.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18BC07 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB241887-
CMYK0.8700.960.26
HSL114.36º92.82%38.24%-
HSV(B)114.36º96.28%73.73%-
XYZ18.436.186.21-
YUV118.3365.1760.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 188 (73.83% from 255) = 85.84%
BLUE value IS 7 (3.12% from 255) = 3.20%
R=10.96%
G=85.84%
B=3.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2418870.8700.960.26114.3692.8238.24
Hex18BC7570601A725d26
Octal30274712701403216213546
Binary11000101111001111010111011000001101011100101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,188,7); }

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

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

 a { background-color: rgb(24,188,7); }

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

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

 span { border-color: rgb(24,188,7); }

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