#12B706

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

Shades of Islamic Green #12B706

Tints of Islamic Green #12B706

Color information

#12B706 (or 0x12B706) is unknown color: approx Islamic Green. HEX triplet: 12, B7 and 06. RGB value is (18,183,6). Sum of RGB (Red+Green+Blue) = 18+183+6=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 183 (71.88% from 255 or 88.41% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 183 - color contains mainly: green. Hex color #12B706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B706 is #ED48F9. Grayscale: #727272. Windows color (decimal): -15550714 or 440082. OLE color: 440082.

HSL color Cylindrical-coordinate representation of color #12B706: hue angle of 115.93º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12B706 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB181836-
CMYK0.9000.970.28
HSL115.93º93.65%37.06%-
HSV(B)115.93º96.72%71.76%-
XYZ17.2234.015.83-
YUV113.4967.3459.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 183 (71.88% from 255) = 88.41%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=8.70%
G=88.41%
B=2.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1818360.9000.970.28115.9393.6537.06
Hex12B765A0611C745e25
Octal22267613201413416413645
Binary10010101101111101011010011000011110011101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12B706; }

 p { color: rgb(18,183,6); }

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

<style>
 a { background-color: #12B706; }

 a { background-color: rgb(18,183,6); }

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

<style>
 span { border-color: #12B706; }

 span { border-color: rgb(18,183,6); }

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