#10AC06

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

Shades of Islamic Green #10AC06

Tints of Islamic Green #10AC06

Color information

#10AC06 (or 0x10AC06) is unknown color: approx Islamic Green. HEX triplet: 10, AC and 06. RGB value is (16,172,6). Sum of RGB (Red+Green+Blue) = 16+172+6=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 172 (67.58% from 255 or 88.66% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AC06 is #EF53F9. Grayscale: #6A6A6A. Windows color (decimal): -15684602 or 437264. OLE color: 437264.

HSL color Cylindrical-coordinate representation of color #10AC06: hue angle of 116.39º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10AC06 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB161726-
CMYK0.9100.970.33
HSL116.39º93.26%34.9%-
HSV(B)116.39º96.51%67.45%-
XYZ1529.635.1-
YUV106.4371.3263.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 172 (67.58% from 255) = 88.66%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=8.25%
G=88.66%
B=3.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1617260.9100.970.33116.3993.2634.9
Hex10AC65B06121745d23
Octal20254613301414116413543
Binary100001010110011010110110110000110000111101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AC06; }

 p { color: rgb(16,172,6); }

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

<style>
 a { background-color: #10AC06; }

 a { background-color: rgb(16,172,6); }

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

<style>
 span { border-color: #10AC06; }

 span { border-color: rgb(16,172,6); }

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