#05A300

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

Shades of Islamic Green #05A300

Tints of Islamic Green #05A300

Color information

#05A300 (or 0x05A300) is unknown color: approx Islamic Green. HEX triplet: 05, A3 and 00. RGB value is (5,163,0). Sum of RGB (Red+Green+Blue) = 5+163+0=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 163 (64.06% from 255 or 97.02% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 163 - color contains mainly: green. Hex color #05A300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A300 is #FA5CFF. Grayscale: #616161. Windows color (decimal): -16407808 or 41733. OLE color: 41733.

HSL color Cylindrical-coordinate representation of color #05A300: hue angle of 118.16º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05A300 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB51630-
CMYK0.97010.36
HSL118.16º100%31.96%-
HSV(B)118.16º100%63.92%-
XYZ13.1626.234.37-
YUV97.1873.1562.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 163 (64.06% from 255) = 97.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.98%
G=97.02%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal516300.97010.36118.1610031.96
Hex5A306106424766420
Octal5243014101444416614440
Binary10110100011011000010110010010010011101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A300; }

 p { color: rgb(5,163,0); }

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

<style>
 a { background-color: #05A300; }

 a { background-color: rgb(5,163,0); }

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

<style>
 span { border-color: #05A300; }

 span { border-color: rgb(5,163,0); }

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