#00bf0c

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

Shades of Islamic Green #00BF0C

Tints of Islamic Green #00BF0C

Color information

#00BF0C (or 0x00BF0C) is unknown color: approx Islamic Green. HEX triplet: 00, BF and 0C. RGB value is (0,191,12). Sum of RGB (Red+Green+Blue) = 0+191+12=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 191 (75% from 255 or 94.09% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BF0C is #FF40F3. Grayscale: #727272. Windows color (decimal): -16728308 or 835328. OLE color: 835328.

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

Color convert

RGB019112-
CMYK100.940.25
HSL123.77º100%37.45%-
HSV(B)123.77º100%74.9%-
XYZ18.737.296.56-
YUV113.4870.7247.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 94.09%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=0%
G=94.09%
B=5.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal019112100.940.25123.7710037.45
Hex0BFC6405E197c6425
Octal02771414401363117414445
Binary01011111111001100100010111101100111111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00bf0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,191,12); }

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

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

 a { background-color: rgb(0,191,12); }

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

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

 span { border-color: rgb(0,191,12); }

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