#10B206

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

Shades of Islamic Green #10B206

Tints of Islamic Green #10B206

Color information

#10B206 (or 0x10B206) is unknown color: approx Islamic Green. HEX triplet: 10, B2 and 06. RGB value is (16,178,6). Sum of RGB (Red+Green+Blue) = 16+178+6=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 178 (69.92% from 255 or 89% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 178 - color contains mainly: green. Hex color #10B206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B206 is #EF4DF9. Grayscale: #6E6E6E. Windows color (decimal): -15683066 or 438800. OLE color: 438800.

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

Color convert

RGB161786-
CMYK0.9100.970.30
HSL116.51º93.48%36.08%-
HSV(B)116.51º96.63%69.8%-
XYZ16.1731.965.49-
YUV109.9569.3360.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 178 (69.92% from 255) = 89%
BLUE value IS 6 (2.73% from 255) = 3%
R=8%
G=89%
B=3%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1617860.9100.970.30116.5193.4836.08
Hex10B265B0611E755d24
Octal20262613301413616513544
Binary10000101100101101011011011000011111011101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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