#07AE1A

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

Shades of Islamic Green #07AE1A

Tints of Islamic Green #07AE1A

Color information

#07AE1A (or 0x07AE1A) is unknown color: approx Islamic Green. HEX triplet: 07, AE and 1A. RGB value is (7,174,26). Sum of RGB (Red+Green+Blue) = 7+174+26=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 174 (68.36% from 255 or 84.06% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 174 - color contains mainly: green. Hex color #07AE1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AE1A is #F851E5. Grayscale: #6B6B6B. Windows color (decimal): -16273894 or 1748487. OLE color: 1748487.

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

Color convert

RGB717426-
CMYK0.9600.850.32
HSL126.83º92.27%35.49%-
HSV(B)126.83º95.98%68.24%-
XYZ15.4130.396.03-
YUV107.282.1756.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 174 (68.36% from 255) = 84.06%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=3.38%
G=84.06%
B=12.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7174260.9600.850.32126.8392.2735.49
Hex7AE1A60055207f5c23
Octal72563214001254017713443
Binary111101011101101011000000101010110000011111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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