#05A100

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

Shades of Islamic Green #05A100

Tints of Islamic Green #05A100

Color information

#05A100 (or 0x05A100) is unknown color: approx Islamic Green. HEX triplet: 05, A1 and 00. RGB value is (5,161,0). Sum of RGB (Red+Green+Blue) = 5+161+0=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 161 (63.28% from 255 or 96.99% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 161 - color contains mainly: green. Hex color #05A100 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A100 is #FA5EFF. Grayscale: #606060. Windows color (decimal): -16408320 or 41221. OLE color: 41221.

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

Color convert

RGB51610-
CMYK0.97010.37
HSL118.14º100%31.57%-
HSV(B)118.14º100%63.14%-
XYZ12.8125.524.25-
YUV9673.8263.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 161 (63.28% from 255) = 96.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.01%
G=96.99%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal516100.97010.37118.1410031.57
Hex5A106106425766420
Octal5241014101444516614440
Binary10110100001011000010110010010010111101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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