#0BA200

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

Shades of Islamic Green #0BA200

Tints of Islamic Green #0BA200

Color information

#0BA200 (or 0x0BA200) is unknown color: approx Islamic Green. HEX triplet: 0B, A2 and 00. RGB value is (11,162,0). Sum of RGB (Red+Green+Blue) = 11+162+0=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 162 (63.67% from 255 or 93.64% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA200 is #F45DFF. Grayscale: #626262. Windows color (decimal): -16014848 or 41483. OLE color: 41483.

HSL color Cylindrical-coordinate representation of color #0BA200: hue angle of 115.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BA200 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB111620-
CMYK0.93010.36
HSL115.93º100%31.76%-
HSV(B)115.93º100%63.53%-
XYZ13.0625.914.31-
YUV98.3872.4765.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.36%
GREEN value IS 162 (63.67% from 255) = 93.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.36%
G=93.64%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1116200.93010.36115.9310031.76
HexBA205D06424746420
Octal13242013501444416414440
Binary101110100010010111010110010010010011101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BA200; }

 p { color: rgb(11,162,0); }

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

<style>
 a { background-color: #0BA200; }

 a { background-color: rgb(11,162,0); }

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

<style>
 span { border-color: #0BA200; }

 span { border-color: rgb(11,162,0); }

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