#18B714

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

Shades of Islamic Green #18B714

Tints of Islamic Green #18B714

Color information

#18B714 (or 0x18B714) is unknown color: approx Islamic Green. HEX triplet: 18, B7 and 14. RGB value is (24,183,20). Sum of RGB (Red+Green+Blue) = 24+183+20=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 183 (71.88% from 255 or 80.62% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 183 - color contains mainly: green. Hex color #18B714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B714 is #E748EB. Grayscale: #757575. Windows color (decimal): -15157484 or 1357592. OLE color: 1357592.

HSL color Cylindrical-coordinate representation of color #18B714: hue angle of 118.53º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18B714 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB2418320-
CMYK0.8700.890.28
HSL118.53º80.3%39.8%-
HSV(B)118.53º89.07%71.76%-
XYZ17.4434.116.33-
YUV116.8873.3261.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 183 (71.88% from 255) = 80.62%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=10.57%
G=80.62%
B=8.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24183200.8700.890.28118.5380.339.8
Hex18B714570591C775028
Octal302672412701313416712050
Binary1100010110111101001010111010110011110011101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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