#06A513

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

Shades of Islamic Green #06A513

Tints of Islamic Green #06A513

Color information

#06A513 (or 0x06A513) is unknown color: approx Islamic Green. HEX triplet: 06, A5 and 13. RGB value is (6,165,19). Sum of RGB (Red+Green+Blue) = 6+165+19=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 165 (64.84% from 255 or 86.84% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 165 - color contains mainly: green. Hex color #06A513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A513 is #F95AEC. Grayscale: #656565. Windows color (decimal): -16341741 or 1287430. OLE color: 1287430.

HSL color Cylindrical-coordinate representation of color #06A513: hue angle of 124.91º 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 #06A513 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB616519-
CMYK0.9600.880.35
HSL124.91º92.98%33.53%-
HSV(B)124.91º96.36%64.71%-
XYZ13.65275.11-
YUV100.8181.8260.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 165 (64.84% from 255) = 86.84%
BLUE value IS 19 (7.81% from 255) = 10%
R=3.16%
G=86.84%
B=10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6165190.9600.880.35124.9192.9833.53
Hex6A51360058237d5d22
Octal62452314001304317513542
Binary110101001011001111000000101100010001111111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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