#12AF07

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

Shades of Islamic Green #12AF07

Tints of Islamic Green #12AF07

Color information

#12AF07 (or 0x12AF07) is unknown color: approx Islamic Green. HEX triplet: 12, AF and 07. RGB value is (18,175,7). Sum of RGB (Red+Green+Blue) = 18+175+7=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 175 (68.75% from 255 or 87.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12AF07 is #ED50F8. Grayscale: #6D6D6D. Windows color (decimal): -15552761 or 503570. OLE color: 503570.

HSL color Cylindrical-coordinate representation of color #12AF07: hue angle of 116.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12AF07 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB181757-
CMYK0.9000.960.31
HSL116.07º92.31%35.69%-
HSV(B)116.07º96%68.63%-
XYZ15.6230.85.32-
YUV108.970.4963.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 175 (68.75% from 255) = 87.5%
BLUE value IS 7 (3.12% from 255) = 3.5%
R=9%
G=87.5%
B=3.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1817570.9000.960.31116.0792.3135.69
Hex12AF75A0601F745c24
Octal22257713201403716413444
Binary10010101011111111011010011000001111111101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,175,7); }

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

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

 a { background-color: rgb(18,175,7); }

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

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

 span { border-color: rgb(18,175,7); }

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