#06A501

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

Shades of Islamic Green #06A501

Tints of Islamic Green #06A501

Color information

#06A501 (or 0x06A501) is unknown color: approx Islamic Green. HEX triplet: 06, A5 and 01. RGB value is (6,165,1). Sum of RGB (Red+Green+Blue) = 6+165+1=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 165 (64.84% from 255 or 95.93% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 165 - color contains mainly: green. Hex color #06A501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A501 is #F95AFE. Grayscale: #636363. Windows color (decimal): -16341759 or 107782. OLE color: 107782.

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

Color convert

RGB61651-
CMYK0.9600.990.35
HSL118.17º98.8%32.55%-
HSV(B)118.17º99.39%64.71%-
XYZ13.5426.954.52-
YUV98.7672.8261.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 165 (64.84% from 255) = 95.93%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=3.49%
G=95.93%
B=0.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal616510.9600.990.35118.1798.832.55
Hex6A516006323766321
Octal6245114001434316614341
Binary11010100101111000000110001110001111101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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