#12A310

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

Shades of Islamic Green #12A310

Tints of Islamic Green #12A310

Color information

#12A310 (or 0x12A310) is unknown color: approx Islamic Green. HEX triplet: 12, A3 and 10. RGB value is (18,163,16). Sum of RGB (Red+Green+Blue) = 18+163+16=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 163 (64.06% from 255 or 82.74% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 163 - color contains mainly: green. Hex color #12A310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A310 is #ED5CEF. Grayscale: #676767. Windows color (decimal): -15555824 or 1090322. OLE color: 1090322.

HSL color Cylindrical-coordinate representation of color #12A310: hue angle of 119.18º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A310 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1816316-
CMYK0.8900.900.36
HSL119.18º82.12%35.1%-
HSV(B)119.18º90.18%63.92%-
XYZ13.4426.364.87-
YUV102.8978.9667.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 163 (64.06% from 255) = 82.74%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=9.14%
G=82.74%
B=8.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18163160.8900.900.36119.1882.1235.1
Hex12A3105905A24775223
Octal222432013101324416712243
Binary10010101000111000010110010101101010010011101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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