#0BC60E

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

Shades of Islamic Green #0BC60E

Tints of Islamic Green #0BC60E

Color information

#0BC60E (or 0x0BC60E) is unknown color: approx Islamic Green. HEX triplet: 0B, C6 and 0E. RGB value is (11,198,14). Sum of RGB (Red+Green+Blue) = 11+198+14=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 198 (77.73% from 255 or 88.79% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC60E is #F439F1. Grayscale: #797979. Windows color (decimal): -16005618 or 968203. OLE color: 968203.

HSL color Cylindrical-coordinate representation of color #0BC60E: hue angle of 120.96º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC60E is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1119814-
CMYK0.9400.930.22
HSL120.96º89.47%40.98%-
HSV(B)120.96º94.44%77.65%-
XYZ20.4140.497.16-
YUV121.1167.5549.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.93%
GREEN value IS 198 (77.73% from 255) = 88.79%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=4.93%
G=88.79%
B=6.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11198140.9400.930.22120.9689.4740.98
HexBC6E5E05D16795929
Octal133061613601352617113151
Binary10111100011011101011110010111011011011110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,198,14); }

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

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

 a { background-color: rgb(11,198,14); }

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

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

 span { border-color: rgb(11,198,14); }

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