#01BA0A

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

Shades of Islamic Green #01BA0A

Tints of Islamic Green #01BA0A

Color information

#01BA0A (or 0x01BA0A) is unknown color: approx Islamic Green. HEX triplet: 01, BA and 0A. RGB value is (1,186,10). Sum of RGB (Red+Green+Blue) = 1+186+10=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 186 (73.05% from 255 or 94.42% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BA0A is #FE45F5. Grayscale: #6F6F6F. Windows color (decimal): -16664054 or 702977. OLE color: 702977.

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

Color convert

RGB118610-
CMYK0.9900.950.27
HSL122.92º98.93%36.67%-
HSV(B)122.92º99.46%72.94%-
XYZ17.6335.156.14-
YUV110.6271.2149.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 186 (73.05% from 255) = 94.42%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=0.51%
G=94.42%
B=5.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1186100.9900.950.27122.9298.9336.67
Hex1BAA6305F1B7b6325
Octal12721214301373317314345
Binary11011101010101100011010111111101111110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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