#109C12

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

Shades of Islamic Green #109C12

Tints of Islamic Green #109C12

Color information

#109C12 (or 0x109C12) is unknown color: approx Islamic Green. HEX triplet: 10, 9C and 12. RGB value is (16,156,18). Sum of RGB (Red+Green+Blue) = 16+156+18=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 156 (61.33% from 255 or 82.11% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 156 - color contains mainly: green. Hex color #109C12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109C12 is #EF63ED. Grayscale: #626262. Windows color (decimal): -15688686 or 1219600. OLE color: 1219600.

HSL color Cylindrical-coordinate representation of color #109C12: hue angle of 120.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C12 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1615618-
CMYK0.9000.880.39
HSL120.86º81.4%33.73%-
HSV(B)120.86º89.74%61.18%-
XYZ12.2123.934.55-
YUV98.4182.6269.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 156 (61.33% from 255) = 82.11%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=8.42%
G=82.11%
B=9.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16156180.9000.880.39120.8681.433.73
Hex109C125A05827795122
Octal202342213201304717112142
Binary10000100111001001010110100101100010011111110011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109C12; }

 p { color: rgb(16,156,18); }

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

<style>
 a { background-color: #109C12; }

 a { background-color: rgb(16,156,18); }

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

<style>
 span { border-color: #109C12; }

 span { border-color: rgb(16,156,18); }

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