#10BC05

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

Shades of Islamic Green #10BC05

Tints of Islamic Green #10BC05

Color information

#10BC05 (or 0x10BC05) is unknown color: approx Islamic Green. HEX triplet: 10, BC and 05. RGB value is (16,188,5). Sum of RGB (Red+Green+Blue) = 16+188+5=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC05 is #EF43FA. Grayscale: #747474. Windows color (decimal): -15680507 or 375824. OLE color: 375824.

HSL color Cylindrical-coordinate representation of color #10BC05: hue angle of 116.39º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10BC05 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB161885-
CMYK0.9100.970.26
HSL116.39º94.82%37.84%-
HSV(B)116.39º97.34%73.73%-
XYZ18.2236.096.15-
YUV115.7165.5256.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 188 (73.83% from 255) = 89.95%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=7.66%
G=89.95%
B=2.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1618850.9100.970.26116.3994.8237.84
Hex10BC55B0611A745f26
Octal20274513301413216413746
Binary10000101111001011011011011000011101011101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,188,5); }

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

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

 a { background-color: rgb(16,188,5); }

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

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

 span { border-color: rgb(16,188,5); }

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