#10B007

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

Shades of Islamic Green #10B007

Tints of Islamic Green #10B007

Color information

#10B007 (or 0x10B007) is unknown color: approx Islamic Green. HEX triplet: 10, B0 and 07. RGB value is (16,176,7). Sum of RGB (Red+Green+Blue) = 16+176+7=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 176 (69.14% from 255 or 88.44% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 176 - color contains mainly: green. Hex color #10B007 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B007 is #EF4FF8. Grayscale: #6D6D6D. Windows color (decimal): -15683577 or 503824. OLE color: 503824.

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

Color convert

RGB161767-
CMYK0.9100.960.31
HSL116.8º92.35%35.88%-
HSV(B)116.8º96.02%69.02%-
XYZ15.7831.185.39-
YUV108.8970.4961.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 176 (69.14% from 255) = 88.44%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=8.04%
G=88.44%
B=3.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1617670.9100.960.31116.892.3535.88
Hex10B075B0601F755c24
Octal20260713301403716513444
Binary10000101100001111011011011000001111111101011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,176,7); }

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

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

 a { background-color: rgb(16,176,7); }

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

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

 span { border-color: rgb(16,176,7); }

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