#0BAE1D

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

Shades of Islamic Green #0BAE1D

Tints of Islamic Green #0BAE1D

Color information

#0BAE1D (or 0x0BAE1D) is unknown color: approx Islamic Green. HEX triplet: 0B, AE and 1D. RGB value is (11,174,29). Sum of RGB (Red+Green+Blue) = 11+174+29=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 174 (68.36% from 255 or 81.31% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAE1D is #F451E2. Grayscale: #6D6D6D. Windows color (decimal): -16011747 or 1945099. OLE color: 1945099.

HSL color Cylindrical-coordinate representation of color #0BAE1D: hue angle of 126.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE1D is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1117429-
CMYK0.9400.830.32
HSL126.63º88.11%36.27%-
HSV(B)126.63º93.68%68.24%-
XYZ15.530.436.22-
YUV108.738358.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 174 (68.36% from 255) = 81.31%
BLUE value IS 29 (11.72% from 255) = 13.55%
R=5.14%
G=81.31%
B=13.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11174290.9400.830.32126.6388.1136.27
HexBAE1D5E053207f5824
Octal132563513601234017713044
Binary1011101011101110110111100101001110000011111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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