#18B712

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

Shades of Islamic Green #18B712

Tints of Islamic Green #18B712

Color information

#18B712 (or 0x18B712) is unknown color: approx Islamic Green. HEX triplet: 18, B7 and 12. RGB value is (24,183,18). Sum of RGB (Red+Green+Blue) = 24+183+18=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 183 (71.88% from 255 or 81.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 183 - color contains mainly: green. Hex color #18B712 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B712 is #E748ED. Grayscale: #757575. Windows color (decimal): -15157486 or 1226520. OLE color: 1226520.

HSL color Cylindrical-coordinate representation of color #18B712: hue angle of 117.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B712 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB2418318-
CMYK0.8700.900.28
HSL117.82º82.09%39.41%-
HSV(B)117.82º90.16%71.76%-
XYZ17.4234.16.24-
YUV116.6572.3261.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 183 (71.88% from 255) = 81.33%
BLUE value IS 18 (7.42% from 255) = 8%
R=10.67%
G=81.33%
B=8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24183180.8700.900.28117.8282.0939.41
Hex18B7125705A1C765227
Octal302672212701323416612247
Binary1100010110111100101010111010110101110011101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,183,18); }

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

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

 a { background-color: rgb(24,183,18); }

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

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

 span { border-color: rgb(24,183,18); }

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