#18970B

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

Shades of Islamic Green #18970B

Tints of Islamic Green #18970B

Color information

#18970B (or 0x18970B) is unknown color: approx Islamic Green. HEX triplet: 18, 97 and 0B. RGB value is (24,151,11). Sum of RGB (Red+Green+Blue) = 24+151+11=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 151 (59.38% from 255 or 81.18% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 151 - color contains mainly: green. Hex color #18970B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18970B is #E768F4. Grayscale: #616161. Windows color (decimal): -15165685 or 759576. OLE color: 759576.

HSL color Cylindrical-coordinate representation of color #18970B: hue angle of 114.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18970B is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB2415111-
CMYK0.8400.930.41
HSL114.43º86.42%31.76%-
HSV(B)114.43º92.72%59.22%-
XYZ11.522.354.02-
YUV97.0779.4275.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 151 (59.38% from 255) = 81.18%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=12.90%
G=81.18%
B=5.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24151110.8400.930.41114.4386.4231.76
Hex1897B5405D29725620
Octal302271312401355116212640
Binary1100010010111101110101000101110110100111100101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18970B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18970B; }

 p { color: rgb(24,151,11); }

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

<style>
 a { background-color: #18970B; }

 a { background-color: rgb(24,151,11); }

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

<style>
 span { border-color: #18970B; }

 span { border-color: rgb(24,151,11); }

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