#10B115

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

Shades of Islamic Green #10B115

Tints of Islamic Green #10B115

Color information

#10B115 (or 0x10B115) is unknown color: approx Islamic Green. HEX triplet: 10, B1 and 15. RGB value is (16,177,21). Sum of RGB (Red+Green+Blue) = 16+177+21=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 177 (69.53% from 255 or 82.71% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 177 - color contains mainly: green. Hex color #10B115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B115 is #EF4EEA. Grayscale: #6F6F6F. Windows color (decimal): -15683307 or 1421584. OLE color: 1421584.

HSL color Cylindrical-coordinate representation of color #10B115: hue angle of 121.86º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B115 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1617721-
CMYK0.9100.880.31
HSL121.86º83.42%37.84%-
HSV(B)121.86º90.96%69.41%-
XYZ16.0731.615.96-
YUV111.0877.1660.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 177 (69.53% from 255) = 82.71%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=7.48%
G=82.71%
B=9.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16177210.9100.880.31121.8683.4237.84
Hex10B1155B0581F7a5326
Octal202612513301303717212346
Binary1000010110001101011011011010110001111111110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,177,21); }

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

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

 a { background-color: rgb(16,177,21); }

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

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

 span { border-color: rgb(16,177,21); }

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