#0BC20F

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

Shades of Islamic Green #0BC20F

Tints of Islamic Green #0BC20F

Color information

#0BC20F (or 0x0BC20F) is unknown color: approx Islamic Green. HEX triplet: 0B, C2 and 0F. RGB value is (11,194,15). Sum of RGB (Red+Green+Blue) = 11+194+15=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 194 (76.17% from 255 or 88.18% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC20F is #F43DF0. Grayscale: #777777. Windows color (decimal): -16006641 or 1032715. OLE color: 1032715.

HSL color Cylindrical-coordinate representation of color #0BC20F: hue angle of 121.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC20F is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1119415-
CMYK0.9400.920.24
HSL121.31º89.27%40.2%-
HSV(B)121.31º94.33%76.08%-
XYZ19.5238.696.89-
YUV118.8869.3751.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 194 (76.17% from 255) = 88.18%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=5%
G=88.18%
B=6.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11194150.9400.920.24121.3189.2740.2
HexBC2F5E05C18795928
Octal133021713601343017113150
Binary10111100001011111011110010111001100011110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,194,15); }

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

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

 a { background-color: rgb(11,194,15); }

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

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

 span { border-color: rgb(11,194,15); }

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