#12AB0B

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

Shades of Islamic Green #12AB0B

Tints of Islamic Green #12AB0B

Color information

#12AB0B (or 0x12AB0B) is unknown color: approx Islamic Green. HEX triplet: 12, AB and 0B. RGB value is (18,171,11). Sum of RGB (Red+Green+Blue) = 18+171+11=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 171 (67.19% from 255 or 85.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AB0B is #ED54F4. Grayscale: #6B6B6B. Windows color (decimal): -15553781 or 764690. OLE color: 764690.

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

Color convert

RGB1817111-
CMYK0.8900.940.33
HSL117.38º87.91%35.69%-
HSV(B)117.38º93.57%67.06%-
XYZ14.8729.285.18-
YUV107.0173.8164.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 171 (67.19% from 255) = 85.5%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=9%
G=85.5%
B=5.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171110.8900.940.33117.3887.9135.69
Hex12ABB5905E21755824
Octal222531313101364116513044
Binary1001010101011101110110010101111010000111101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,11); }

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

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

 a { background-color: rgb(18,171,11); }

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

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

 span { border-color: rgb(18,171,11); }

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