#10C606

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

Shades of Islamic Green #10C606

Tints of Islamic Green #10C606

Color information

#10C606 (or 0x10C606) is unknown color: approx Islamic Green. HEX triplet: 10, C6 and 06. RGB value is (16,198,6). Sum of RGB (Red+Green+Blue) = 16+198+6=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 198 (77.73% from 255 or 90% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 198 - color contains mainly: green. Hex color #10C606 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C606 is #EF39F9. Grayscale: #7A7A7A. Windows color (decimal): -15677946 or 443920. OLE color: 443920.

HSL color Cylindrical-coordinate representation of color #10C606: hue angle of 116.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10C606 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB161986-
CMYK0.9200.970.22
HSL116.88º94.12%40%-
HSV(B)116.88º96.97%77.65%-
XYZ20.4440.516.91-
YUV121.6962.752.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 198 (77.73% from 255) = 90%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=7.27%
G=90%
B=2.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1619860.9200.970.22116.8894.1240
Hex10C665C06116755e28
Octal20306613401412616513650
Binary10000110001101101011100011000011011011101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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