#18920A

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

Shades of Islamic Green #18920A

Tints of Islamic Green #18920A

Color information

#18920A (or 0x18920A) is unknown color: approx Islamic Green. HEX triplet: 18, 92 and 0A. RGB value is (24,146,10). Sum of RGB (Red+Green+Blue) = 24+146+10=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 146 (57.42% from 255 or 81.11% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 146 - color contains mainly: green. Hex color #18920A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18920A is #E76DF5. Grayscale: #5E5E5E. Windows color (decimal): -15166966 or 692760. OLE color: 692760.

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

Color convert

RGB2414610-
CMYK0.8400.930.43
HSL113.82º87.18%30.59%-
HSV(B)113.82º93.15%57.25%-
XYZ10.7120.773.73-
YUV94.0280.5878.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 146 (57.42% from 255) = 81.11%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=13.33%
G=81.11%
B=5.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24146100.8400.930.43113.8287.1830.59
Hex1892A5405D2B72571f
Octal302221212401355316212737
Binary110001001001010101010100010111011010111110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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