#06A50D

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

Shades of Islamic Green #06A50D

Tints of Islamic Green #06A50D

Color information

#06A50D (or 0x06A50D) is unknown color: approx Islamic Green. HEX triplet: 06, A5 and 0D. RGB value is (6,165,13). Sum of RGB (Red+Green+Blue) = 6+165+13=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 165 (64.84% from 255 or 89.67% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 165 - color contains mainly: green. Hex color #06A50D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A50D is #F95AF2. Grayscale: #646464. Windows color (decimal): -16341747 or 894214. OLE color: 894214.

HSL color Cylindrical-coordinate representation of color #06A50D: hue angle of 122.64º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A50D is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB616513-
CMYK0.9600.920.35
HSL122.64º92.98%33.53%-
HSV(B)122.64º96.36%64.71%-
XYZ13.626.984.87-
YUV100.1378.8260.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 165 (64.84% from 255) = 89.67%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=3.26%
G=89.67%
B=7.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6165130.9600.920.35122.6492.9833.53
Hex6A5D6005C237b5d22
Octal62451514001344317313542
Binary11010100101110111000000101110010001111110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A50D; }

 p { color: rgb(6,165,13); }

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

<style>
 a { background-color: #06A50D; }

 a { background-color: rgb(6,165,13); }

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

<style>
 span { border-color: #06A50D; }

 span { border-color: rgb(6,165,13); }

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