#07A312

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

Shades of Islamic Green #07A312

Tints of Islamic Green #07A312

Color information

#07A312 (or 0x07A312) is unknown color: approx Islamic Green. HEX triplet: 07, A3 and 12. RGB value is (7,163,18). Sum of RGB (Red+Green+Blue) = 7+163+18=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 163 (64.06% from 255 or 86.70% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 163 - color contains mainly: green. Hex color #07A312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A312 is #F85CED. Grayscale: #646464. Windows color (decimal): -16276718 or 1221383. OLE color: 1221383.

HSL color Cylindrical-coordinate representation of color #07A312: hue angle of 124.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A312 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB716318-
CMYK0.9600.890.36
HSL124.23º91.76%33.33%-
HSV(B)124.23º95.71%63.92%-
XYZ13.2926.284.94-
YUV99.8381.8261.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 163 (64.06% from 255) = 86.70%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=3.72%
G=86.70%
B=9.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7163180.9600.890.36124.2391.7633.33
Hex7A31260059247c5c21
Octal72432214001314417413441
Binary111101000111001011000000101100110010011111001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A312; }

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

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

<style>
 a { background-color: #07A312; }

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

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

<style>
 span { border-color: #07A312; }

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

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