#12B51A

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

Shades of Islamic Green #12B51A

Tints of Islamic Green #12B51A

Color information

#12B51A (or 0x12B51A) is unknown color: approx Islamic Green. HEX triplet: 12, B5 and 1A. RGB value is (18,181,26). Sum of RGB (Red+Green+Blue) = 18+181+26=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 181 (71.09% from 255 or 80.44% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 181 - color contains mainly: green. Hex color #12B51A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B51A is #ED4AE5. Grayscale: #737373. Windows color (decimal): -15551206 or 1750290. OLE color: 1750290.

HSL color Cylindrical-coordinate representation of color #12B51A: hue angle of 122.94º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B51A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1818126-
CMYK0.9000.860.29
HSL122.94º81.91%39.02%-
HSV(B)122.94º90.06%70.98%-
XYZ16.9633.256.5-
YUV114.597859.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 181 (71.09% from 255) = 80.44%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=8%
G=80.44%
B=11.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18181260.9000.860.29122.9481.9139.02
Hex12B51A5A0561D7b5227
Octal222653213201263517312247
Binary1001010110101110101011010010101101110111110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,181,26); }

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

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

 a { background-color: rgb(18,181,26); }

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

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

 span { border-color: rgb(18,181,26); }

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