#10B00B

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

Shades of Islamic Green #10B00B

Tints of Islamic Green #10B00B

Color information

#10B00B (or 0x10B00B) is unknown color: approx Islamic Green. HEX triplet: 10, B0 and 0B. RGB value is (16,176,11). Sum of RGB (Red+Green+Blue) = 16+176+11=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 176 (69.14% from 255 or 86.70% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 176 - color contains mainly: green. Hex color #10B00B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B00B is #EF4FF4. Grayscale: #6D6D6D. Windows color (decimal): -15683573 or 765968. OLE color: 765968.

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

Color convert

RGB1617611-
CMYK0.9100.940.31
HSL118.18º88.24%36.67%-
HSV(B)118.18º93.75%69.02%-
XYZ15.831.185.5-
YUV109.3572.4961.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 176 (69.14% from 255) = 86.70%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=7.88%
G=86.70%
B=5.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16176110.9100.940.31118.1888.2436.67
Hex10B0B5B05E1F765825
Octal202601313301363716613045
Binary100001011000010111011011010111101111111101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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