#07A41A

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

Shades of Islamic Green #07A41A

Tints of Islamic Green #07A41A

Color information

#07A41A (or 0x07A41A) is unknown color: approx Islamic Green. HEX triplet: 07, A4 and 1A. RGB value is (7,164,26). Sum of RGB (Red+Green+Blue) = 7+164+26=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 164 (64.45% from 255 or 83.25% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 164 - color contains mainly: green. Hex color #07A41A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A41A is #F85BE5. Grayscale: #656565. Windows color (decimal): -16276454 or 1745927. OLE color: 1745927.

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

Color convert

RGB716426-
CMYK0.9600.840.36
HSL127.26º91.81%33.53%-
HSV(B)127.26º95.73%64.31%-
XYZ13.5526.675.41-
YUV101.3285.4960.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 164 (64.45% from 255) = 83.25%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=3.55%
G=83.25%
B=13.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7164260.9600.840.36127.2691.8133.53
Hex7A41A60054247f5c22
Octal72443214001244417713442
Binary111101001001101011000000101010010010011111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,164,26); }

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

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

 a { background-color: rgb(7,164,26); }

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

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

 span { border-color: rgb(7,164,26); }

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