#10BA0A

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

Shades of Islamic Green #10BA0A

Tints of Islamic Green #10BA0A

Color information

#10BA0A (or 0x10BA0A) is unknown color: approx Islamic Green. HEX triplet: 10, BA and 0A. RGB value is (16,186,10). Sum of RGB (Red+Green+Blue) = 16+186+10=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BA0A is #EF45F5. Grayscale: #737373. Windows color (decimal): -15681014 or 702992. OLE color: 702992.

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

Color convert

RGB1618610-
CMYK0.9100.950.27
HSL117.95º89.8%38.43%-
HSV(B)117.95º94.62%72.94%-
XYZ17.8335.256.15-
YUV115.1168.6857.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 186 (73.05% from 255) = 87.74%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=7.55%
G=87.74%
B=4.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16186100.9100.950.27117.9589.838.43
Hex10BAA5B05F1B765a26
Octal202721213301373316613246
Binary100001011101010101011011010111111101111101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,186,10); }

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

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

 a { background-color: rgb(16,186,10); }

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

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

 span { border-color: rgb(16,186,10); }

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