#06A215

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

Shades of Islamic Green #06A215

Tints of Islamic Green #06A215

Color information

#06A215 (or 0x06A215) is unknown color: approx Islamic Green. HEX triplet: 06, A2 and 15. RGB value is (6,162,21). Sum of RGB (Red+Green+Blue) = 6+162+21=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 162 (63.67% from 255 or 85.71% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 162 - color contains mainly: green. Hex color #06A215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A215 is #F95DEA. Grayscale: #636363. Windows color (decimal): -16342507 or 1417734. OLE color: 1417734.

HSL color Cylindrical-coordinate representation of color #06A215: hue angle of 125.77º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A215 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB616221-
CMYK0.9600.870.36
HSL125.77º92.86%32.94%-
HSV(B)125.77º96.3%63.53%-
XYZ13.1325.935.02-
YUV99.2883.8261.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 162 (63.67% from 255) = 85.71%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=3.17%
G=85.71%
B=11.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6162210.9600.870.36125.7792.8632.94
Hex6A21560057247e5d21
Octal62422514001274417613541
Binary110101000101010111000000101011110010011111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,162,21); }

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

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

 a { background-color: rgb(6,162,21); }

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

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

 span { border-color: rgb(6,162,21); }

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