#07A214

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

Shades of Islamic Green #07A214

Tints of Islamic Green #07A214

Color information

#07A214 (or 0x07A214) is unknown color: approx Islamic Green. HEX triplet: 07, A2 and 14. RGB value is (7,162,20). Sum of RGB (Red+Green+Blue) = 7+162+20=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 162 (63.67% from 255 or 85.71% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 162 - color contains mainly: green. Hex color #07A214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A214 is #F85DEB. Grayscale: #636363. Windows color (decimal): -16276972 or 1352199. OLE color: 1352199.

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

Color convert

RGB716220-
CMYK0.9600.880.36
HSL125.03º91.72%33.14%-
HSV(B)125.03º95.68%63.53%-
XYZ13.1325.944.98-
YUV99.4783.1562.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 162 (63.67% from 255) = 85.71%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=3.70%
G=85.71%
B=10.58%

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
Decimal7162200.9600.880.36125.0391.7233.14
Hex7A21460058247d5c21
Octal72422414001304417513441
Binary111101000101010011000000101100010010011111011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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