#10B416

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

Shades of Islamic Green #10B416

Tints of Islamic Green #10B416

Color information

#10B416 (or 0x10B416) is unknown color: approx Islamic Green. HEX triplet: 10, B4 and 16. RGB value is (16,180,22). Sum of RGB (Red+Green+Blue) = 16+180+22=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 180 (70.70% from 255 or 82.57% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 180 - color contains mainly: green. Hex color #10B416 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B416 is #EF4BE9. Grayscale: #717171. Windows color (decimal): -15682538 or 1487888. OLE color: 1487888.

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

Color convert

RGB1618022-
CMYK0.9100.880.29
HSL122.2º83.67%38.43%-
HSV(B)122.2º91.11%70.59%-
XYZ16.6832.816.21-
YUV112.9576.6758.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 180 (70.70% from 255) = 82.57%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=7.34%
G=82.57%
B=10.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16180220.9100.880.29122.283.6738.43
Hex10B4165B0581D7a5426
Octal202642613301303517212446
Binary1000010110100101101011011010110001110111110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,180,22); }

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

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

 a { background-color: rgb(16,180,22); }

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

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

 span { border-color: rgb(16,180,22); }

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