#0BA21D

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

Shades of Islamic Green #0BA21D

Tints of Islamic Green #0BA21D

Color information

#0BA21D (or 0x0BA21D) is unknown color: approx Islamic Green. HEX triplet: 0B, A2 and 1D. RGB value is (11,162,29). Sum of RGB (Red+Green+Blue) = 11+162+29=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 162 (63.67% from 255 or 80.20% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA21D is #F45DE2. Grayscale: #666666. Windows color (decimal): -16014819 or 1942027. OLE color: 1942027.

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

Color convert

RGB1116229-
CMYK0.9300.820.36
HSL127.15º87.28%33.92%-
HSV(B)127.15º93.21%63.53%-
XYZ13.28265.48-
YUV101.6986.9763.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 162 (63.67% from 255) = 80.20%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=5.45%
G=80.20%
B=14.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11162290.9300.820.36127.1587.2833.92
HexBA21D5D052247f5722
Octal132423513501224417712742
Binary1011101000101110110111010101001010010011111111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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