#18C300

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

Shades of Islamic Green #18C300

Tints of Islamic Green #18C300

Color information

#18C300 (or 0x18C300) is unknown color: approx Islamic Green. HEX triplet: 18, C3 and 00. RGB value is (24,195,0). Sum of RGB (Red+Green+Blue) = 24+195+0=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 195 (76.56% from 255 or 89.04% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 195 - color contains mainly: green. Hex color #18C300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C300 is #E73CFF. Grayscale: #7A7A7A. Windows color (decimal): -15154432 or 49944. OLE color: 49944.

HSL color Cylindrical-coordinate representation of color #18C300: hue angle of 112.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18C300 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB241950-
CMYK0.88010.24
HSL112.62º100%38.24%-
HSV(B)112.62º100%76.47%-
XYZ19.8939.226.52-
YUV121.6459.3558.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 195 (76.56% from 255) = 89.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.96%
G=89.04%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2419500.88010.24112.6210038.24
Hex18C305806418716426
Octal30303013001443016114446
Binary110001100001101011000011001001100011100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,195,0); }

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

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

 a { background-color: rgb(24,195,0); }

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

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

 span { border-color: rgb(24,195,0); }

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