#0BAE0E

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

Shades of Islamic Green #0BAE0E

Tints of Islamic Green #0BAE0E

Color information

#0BAE0E (or 0x0BAE0E) is unknown color: approx Islamic Green. HEX triplet: 0B, AE and 0E. RGB value is (11,174,14). Sum of RGB (Red+Green+Blue) = 11+174+14=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 174 (68.36% from 255 or 87.44% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAE0E is #F451F1. Grayscale: #6B6B6B. Windows color (decimal): -16011762 or 962059. OLE color: 962059.

HSL color Cylindrical-coordinate representation of color #0BAE0E: hue angle of 121.1º 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 #0BAE0E is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB1117414-
CMYK0.9400.920.32
HSL121.1º88.11%36.27%-
HSV(B)121.1º93.68%68.24%-
XYZ15.3530.375.47-
YUV107.0275.559.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.53%
GREEN value IS 174 (68.36% from 255) = 87.44%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=5.53%
G=87.44%
B=7.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11174140.9400.920.32121.188.1136.27
HexBAEE5E05C20795824
Octal132561613601344017113044
Binary101110101110111010111100101110010000011110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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