#12950D

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

Shades of Islamic Green #12950D

Tints of Islamic Green #12950D

Color information

#12950D (or 0x12950D) is unknown color: approx Islamic Green. HEX triplet: 12, 95 and 0D. RGB value is (18,149,13). Sum of RGB (Red+Green+Blue) = 18+149+13=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 149 (58.59% from 255 or 82.78% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 149 - color contains mainly: green. Hex color #12950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12950D is #ED6AF2. Grayscale: #5E5E5E. Windows color (decimal): -15559411 or 890130. OLE color: 890130.

HSL color Cylindrical-coordinate representation of color #12950D: hue angle of 117.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12950D is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1814913-
CMYK0.8800.910.42
HSL117.79º83.95%31.76%-
HSV(B)117.79º91.28%58.43%-
XYZ11.0721.653.98-
YUV94.3382.173.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 149 (58.59% from 255) = 82.78%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=10%
G=82.78%
B=7.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18149130.8800.910.42117.7983.9531.76
Hex1295D5805B2A765420
Octal222251513001335216612440
Binary1001010010101110110110000101101110101011101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12950D; }

 p { color: rgb(18,149,13); }

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

<style>
 a { background-color: #12950D; }

 a { background-color: rgb(18,149,13); }

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

<style>
 span { border-color: #12950D; }

 span { border-color: rgb(18,149,13); }

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