#12A514

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

Shades of Islamic Green #12A514

Tints of Islamic Green #12A514

Color information

#12A514 (or 0x12A514) is unknown color: approx Islamic Green. HEX triplet: 12, A5 and 14. RGB value is (18,165,20). Sum of RGB (Red+Green+Blue) = 18+165+20=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 165 (64.84% from 255 or 81.28% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 165 - color contains mainly: green. Hex color #12A514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A514 is #ED5AEB. Grayscale: #686868. Windows color (decimal): -15555308 or 1352978. OLE color: 1352978.

HSL color Cylindrical-coordinate representation of color #12A514: hue angle of 120.82º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A514 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1816520-
CMYK0.8900.880.35
HSL120.82º80.33%35.88%-
HSV(B)120.82º89.09%64.71%-
XYZ13.8327.095.16-
YUV104.5280.366.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 165 (64.84% from 255) = 81.28%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=8.87%
G=81.28%
B=9.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165200.8900.880.35120.8280.3335.88
Hex12A5145905823795024
Octal222452413101304317112044
Binary10010101001011010010110010101100010001111110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,20); }

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

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

 a { background-color: rgb(18,165,20); }

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

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

 span { border-color: rgb(18,165,20); }

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