#18B207

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

Shades of Islamic Green #18B207

Tints of Islamic Green #18B207

Color information

#18B207 (or 0x18B207) is unknown color: approx Islamic Green. HEX triplet: 18, B2 and 07. RGB value is (24,178,7). Sum of RGB (Red+Green+Blue) = 24+178+7=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 178 (69.92% from 255 or 85.17% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 178 - color contains mainly: green. Hex color #18B207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18B207 is #E74DF8. Grayscale: #707070. Windows color (decimal): -15158777 or 504344. OLE color: 504344.

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

Color convert

RGB241787-
CMYK0.8700.960.30
HSL114.04º92.43%36.27%-
HSV(B)114.04º96.07%69.8%-
XYZ16.3432.055.53-
YUV112.4668.4864.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 178 (69.92% from 255) = 85.17%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=11.48%
G=85.17%
B=3.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2417870.8700.960.30114.0492.4336.27
Hex18B27570601E725c24
Octal30262712701403616213444
Binary11000101100101111010111011000001111011100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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