#07AF19

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

Shades of Islamic Green #07AF19

Tints of Islamic Green #07AF19

Color information

#07AF19 (or 0x07AF19) is unknown color: approx Islamic Green. HEX triplet: 07, AF and 19. RGB value is (7,175,25). Sum of RGB (Red+Green+Blue) = 7+175+25=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 175 (68.75% from 255 or 84.54% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AF19 is #F850E6. Grayscale: #6C6C6C. Windows color (decimal): -16273639 or 1683207. OLE color: 1683207.

HSL color Cylindrical-coordinate representation of color #07AF19: hue angle of 126.43º 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 #07AF19 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB717525-
CMYK0.9600.860.31
HSL126.43º92.31%35.69%-
HSV(B)126.43º96%68.63%-
XYZ15.5930.786.04-
YUV107.6781.3456.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 175 (68.75% from 255) = 84.54%
BLUE value IS 25 (10.16% from 255) = 12.08%
R=3.38%
G=84.54%
B=12.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7175250.9600.860.31126.4392.3135.69
Hex7AF19600561F7e5c24
Octal72573114001263717613444
Binary11110101111110011100000010101101111111111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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