#05A50B

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

Shades of Islamic Green #05A50B

Tints of Islamic Green #05A50B

Color information

#05A50B (or 0x05A50B) is unknown color: approx Islamic Green. HEX triplet: 05, A5 and 0B. RGB value is (5,165,11). Sum of RGB (Red+Green+Blue) = 5+165+11=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 165 (64.84% from 255 or 91.16% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 165 - color contains mainly: green. Hex color #05A50B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A50B is #FA5AF4. Grayscale: #646464. Windows color (decimal): -16407285 or 763141. OLE color: 763141.

HSL color Cylindrical-coordinate representation of color #05A50B: hue angle of 122.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A50B is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB516511-
CMYK0.9700.930.35
HSL122.25º94.12%33.33%-
HSV(B)122.25º96.97%64.71%-
XYZ13.5826.974.81-
YUV99.677.9960.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 165 (64.84% from 255) = 91.16%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=2.76%
G=91.16%
B=6.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5165110.9700.930.35122.2594.1233.33
Hex5A5B6105D237a5e21
Octal52451314101354317213641
Binary10110100101101111000010101110110001111110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,165,11); }

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

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

 a { background-color: rgb(5,165,11); }

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

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

 span { border-color: rgb(5,165,11); }

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