#06A50C

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

Shades of Islamic Green #06A50C

Tints of Islamic Green #06A50C

Color information

#06A50C (or 0x06A50C) is unknown color: approx Islamic Green. HEX triplet: 06, A5 and 0C. RGB value is (6,165,12). Sum of RGB (Red+Green+Blue) = 6+165+12=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 165 (64.84% from 255 or 90.16% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 165 - color contains mainly: green. Hex color #06A50C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06A50C is #F95AF3. Grayscale: #646464. Windows color (decimal): -16341748 or 828678. OLE color: 828678.

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

Color convert

RGB616512-
CMYK0.9600.930.35
HSL122.26º92.98%33.53%-
HSV(B)122.26º96.36%64.71%-
XYZ13.626.984.84-
YUV100.0278.3260.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 165 (64.84% from 255) = 90.16%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=3.28%
G=90.16%
B=6.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6165120.9600.930.35122.2692.9833.53
Hex6A5C6005D237a5d22
Octal62451414001354317213542
Binary11010100101110011000000101110110001111110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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