#0BBD12

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

Shades of Islamic Green #0BBD12

Tints of Islamic Green #0BBD12

Color information

#0BBD12 (or 0x0BBD12) is unknown color: approx Islamic Green. HEX triplet: 0B, BD and 12. RGB value is (11,189,18). Sum of RGB (Red+Green+Blue) = 11+189+18=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 189 (74.22% from 255 or 86.70% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBD12 is #F442ED. Grayscale: #747474. Windows color (decimal): -16007918 or 1228043. OLE color: 1228043.

HSL color Cylindrical-coordinate representation of color #0BBD12: hue angle of 122.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD12 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1118918-
CMYK0.9400.900.26
HSL122.36º89%39.22%-
HSV(B)122.36º94.18%74.12%-
XYZ18.4436.516.65-
YUV116.2872.5352.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 189 (74.22% from 255) = 86.70%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=5.05%
G=86.70%
B=8.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11189180.9400.900.26122.368939.22
HexBBD125E05A1A7a5927
Octal132752213601323217213147
Binary101110111101100101011110010110101101011110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,189,18); }

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

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

 a { background-color: rgb(11,189,18); }

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

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

 span { border-color: rgb(11,189,18); }

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