#10B716

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

Shades of Islamic Green #10B716

Tints of Islamic Green #10B716

Color information

#10B716 (or 0x10B716) is unknown color: approx Islamic Green. HEX triplet: 10, B7 and 16. RGB value is (16,183,22). Sum of RGB (Red+Green+Blue) = 16+183+22=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 183 (71.88% from 255 or 82.81% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 183 - color contains mainly: green. Hex color #10B716 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B716 is #EF48E9. Grayscale: #737373. Windows color (decimal): -15681770 or 1488656. OLE color: 1488656.

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

Color convert

RGB1618322-
CMYK0.9100.880.28
HSL122.16º83.92%39.02%-
HSV(B)122.16º91.26%71.76%-
XYZ17.2934.046.42-
YUV114.7175.6757.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 183 (71.88% from 255) = 82.81%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=7.24%
G=82.81%
B=9.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16183220.9100.880.28122.1683.9239.02
Hex10B7165B0581C7a5427
Octal202672613301303417212447
Binary1000010110111101101011011010110001110011110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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