#03A700

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

Shades of Islamic Green #03A700

Tints of Islamic Green #03A700

Color information

#03A700 (or 0x03A700) is unknown color: approx Islamic Green. HEX triplet: 03, A7 and 00. RGB value is (3,167,0). Sum of RGB (Red+Green+Blue) = 3+167+0=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 167 (65.62% from 255 or 98.24% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 167 - color contains mainly: green. Hex color #03A700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A700 is #FC58FF. Grayscale: #636363. Windows color (decimal): -16537856 or 42755. OLE color: 42755.

HSL color Cylindrical-coordinate representation of color #03A700: hue angle of 118.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03A700 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB31670-
CMYK0.98010.35
HSL118.92º100%32.75%-
HSV(B)118.92º100%65.49%-
XYZ13.8627.664.61-
YUV98.9372.1759.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 167 (65.62% from 255) = 98.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.76%
G=98.24%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal316700.98010.35118.9210032.75
Hex3A706206423776421
Octal3247014201444316714441
Binary1110100111011000100110010010001111101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A700; }

 p { color: rgb(3,167,0); }

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

<style>
 a { background-color: #03A700; }

 a { background-color: rgb(3,167,0); }

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

<style>
 span { border-color: #03A700; }

 span { border-color: rgb(3,167,0); }

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