#07A213

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

Shades of Islamic Green #07A213

Tints of Islamic Green #07A213

Color information

#07A213 (or 0x07A213) is unknown color: approx Islamic Green. HEX triplet: 07, A2 and 13. RGB value is (7,162,19). Sum of RGB (Red+Green+Blue) = 7+162+19=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 162 (63.67% from 255 or 86.17% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 162 - color contains mainly: green. Hex color #07A213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A213 is #F85DEC. Grayscale: #636363. Windows color (decimal): -16276973 or 1286663. OLE color: 1286663.

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

Color convert

RGB716219-
CMYK0.9600.880.36
HSL124.65º91.72%33.14%-
HSV(B)124.65º95.68%63.53%-
XYZ13.1325.934.93-
YUV99.3582.6562.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 162 (63.67% from 255) = 86.17%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=3.72%
G=86.17%
B=10.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7162190.9600.880.36124.6591.7233.14
Hex7A21360058247d5c21
Octal72422314001304417513441
Binary111101000101001111000000101100010010011111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,19); }

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

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

 a { background-color: rgb(7,162,19); }

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

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

 span { border-color: rgb(7,162,19); }

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