#00BA0C

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

Shades of Islamic Green #00BA0C

Tints of Islamic Green #00BA0C

Color information

#00BA0C (or 0x00BA0C) is unknown color: approx Islamic Green. HEX triplet: 00, BA and 0C. RGB value is (0,186,12). Sum of RGB (Red+Green+Blue) = 0+186+12=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 186 (73.05% from 255 or 93.94% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BA0C is #FF45F3. Grayscale: #6F6F6F. Windows color (decimal): -16729588 or 834048. OLE color: 834048.

HSL color Cylindrical-coordinate representation of color #00BA0C: hue angle of 123.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA0C is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB018612-
CMYK100.940.27
HSL123.87º100%36.47%-
HSV(B)123.87º100%72.94%-
XYZ17.6335.146.2-
YUV110.5572.3849.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 186 (73.05% from 255) = 93.94%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=0%
G=93.94%
B=6.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal018612100.940.27123.8710036.47
Hex0BAC6405E1B7c6424
Octal02721414401363317414444
Binary01011101011001100100010111101101111111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BA0C; }

 p { color: rgb(0,186,12); }

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

<style>
 a { background-color: #00BA0C; }

 a { background-color: rgb(0,186,12); }

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

<style>
 span { border-color: #00BA0C; }

 span { border-color: rgb(0,186,12); }

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