#0BA21C

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

Shades of Islamic Green #0BA21C

Tints of Islamic Green #0BA21C

Color information

#0BA21C (or 0x0BA21C) is unknown color: approx Islamic Green. HEX triplet: 0B, A2 and 1C. RGB value is (11,162,28). Sum of RGB (Red+Green+Blue) = 11+162+28=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 162 (63.67% from 255 or 80.60% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA21C is #F45DE3. Grayscale: #656565. Windows color (decimal): -16014820 or 1876491. OLE color: 1876491.

HSL color Cylindrical-coordinate representation of color #0BA21C: hue angle of 126.75º 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 #0BA21C is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1116228-
CMYK0.9300.830.36
HSL126.75º87.28%33.92%-
HSV(B)126.75º93.21%63.53%-
XYZ13.27265.42-
YUV101.5786.4763.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.47%
GREEN value IS 162 (63.67% from 255) = 80.60%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=5.47%
G=80.60%
B=13.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11162280.9300.830.36126.7587.2833.92
HexBA21C5D053247f5722
Octal132423413501234417712742
Binary1011101000101110010111010101001110010011111111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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