#18940A

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

Shades of Islamic Green #18940A

Tints of Islamic Green #18940A

Color information

#18940A (or 0x18940A) is unknown color: approx Islamic Green. HEX triplet: 18, 94 and 0A. RGB value is (24,148,10). Sum of RGB (Red+Green+Blue) = 24+148+10=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 148 (58.20% from 255 or 81.32% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 148 - color contains mainly: green. Hex color #18940A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18940A is #E76BF5. Grayscale: #5F5F5F. Windows color (decimal): -15166454 or 693272. OLE color: 693272.

HSL color Cylindrical-coordinate representation of color #18940A: hue angle of 113.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18940A is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB2414810-
CMYK0.8400.930.42
HSL113.91º87.34%30.98%-
HSV(B)113.91º93.24%58.04%-
XYZ11.0221.43.84-
YUV95.1979.9277.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 148 (58.20% from 255) = 81.32%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=13.19%
G=81.32%
B=5.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24148100.8400.930.42113.9187.3430.98
Hex1894A5405D2A72571f
Octal302241212401355216212737
Binary110001001010010101010100010111011010101110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18940A; }

 p { color: rgb(24,148,10); }

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

<style>
 a { background-color: #18940A; }

 a { background-color: rgb(24,148,10); }

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

<style>
 span { border-color: #18940A; }

 span { border-color: rgb(24,148,10); }

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