#0BBE13

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

Shades of Islamic Green #0BBE13

Tints of Islamic Green #0BBE13

Color information

#0BBE13 (or 0x0BBE13) is unknown color: approx Islamic Green. HEX triplet: 0B, BE and 13. RGB value is (11,190,19). Sum of RGB (Red+Green+Blue) = 11+190+19=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 190 (74.61% from 255 or 86.36% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBE13 is #F441EC. Grayscale: #757575. Windows color (decimal): -16007661 or 1293835. OLE color: 1293835.

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

Color convert

RGB1119019-
CMYK0.9400.900.25
HSL122.68º89.05%39.41%-
HSV(B)122.68º94.21%74.51%-
XYZ18.6736.956.76-
YUV116.9872.752.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 190 (74.61% from 255) = 86.36%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=5%
G=86.36%
B=8.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11190190.9400.900.25122.6889.0539.41
HexBBE135E05A197b5927
Octal132762313601323117313147
Binary101110111110100111011110010110101100111110111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,190,19); }

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

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

 a { background-color: rgb(11,190,19); }

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

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

 span { border-color: rgb(11,190,19); }

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