#07AA1F

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

Shades of Islamic Green #07AA1F

Tints of Islamic Green #07AA1F

Color information

#07AA1F (or 0x07AA1F) is unknown color: approx Islamic Green. HEX triplet: 07, AA and 1F. RGB value is (7,170,31). Sum of RGB (Red+Green+Blue) = 7+170+31=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AA1F is #F855E0. Grayscale: #696969. Windows color (decimal): -16274913 or 2075143. OLE color: 2075143.

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

Color convert

RGB717031-
CMYK0.9600.820.33
HSL128.83º92.09%34.71%-
HSV(B)128.83º95.88%66.67%-
XYZ14.7128.896.1-
YUV105.428657.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.37%
GREEN value IS 170 (66.80% from 255) = 81.73%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=3.37%
G=81.73%
B=14.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7170310.9600.820.33128.8392.0934.71
Hex7AA1F6005221815c23
Octal72523714001224120113443
Binary1111010101011111110000001010010100001100000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,170,31); }

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

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

 a { background-color: rgb(7,170,31); }

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

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

 span { border-color: rgb(7,170,31); }

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