#00BB0F

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

Shades of Islamic Green #00BB0F

Tints of Islamic Green #00BB0F

Color information

#00BB0F (or 0x00BB0F) is unknown color: approx Islamic Green. HEX triplet: 00, BB and 0F. RGB value is (0,187,15). Sum of RGB (Red+Green+Blue) = 0+187+15=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 187 (73.44% from 255 or 92.57% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BB0F is #FF44F0. Grayscale: #6F6F6F. Windows color (decimal): -16729329 or 1030912. OLE color: 1030912.

HSL color Cylindrical-coordinate representation of color #00BB0F: hue angle of 124.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB0F is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB018715-
CMYK100.920.27
HSL124.81º100%36.67%-
HSV(B)124.81º100%73.33%-
XYZ17.8635.586.38-
YUV111.4873.5548.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 187 (73.44% from 255) = 92.57%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=0%
G=92.57%
B=7.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal018715100.920.27124.8110036.67
Hex0BBF6405C1B7d6425
Octal02731714401343317514445
Binary01011101111111100100010111001101111111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BB0F; }

 p { color: rgb(0,187,15); }

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

<style>
 a { background-color: #00BB0F; }

 a { background-color: rgb(0,187,15); }

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

<style>
 span { border-color: #00BB0F; }

 span { border-color: rgb(0,187,15); }

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