#0BC500

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

Shades of Islamic Green #0BC500

Tints of Islamic Green #0BC500

Color information

#0BC500 (or 0x0BC500) is unknown color: approx Islamic Green. HEX triplet: 0B, C5 and 00. RGB value is (11,197,0). Sum of RGB (Red+Green+Blue) = 11+197+0=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 197 (77.34% from 255 or 94.71% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC500 is #F43AFF. Grayscale: #777777. Windows color (decimal): -16005888 or 50443. OLE color: 50443.

HSL color Cylindrical-coordinate representation of color #0BC500: hue angle of 116.65º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BC500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB111970-
CMYK0.94010.23
HSL116.65º100%38.63%-
HSV(B)116.65º100%77.25%-
XYZ20.1406.66-
YUV118.9360.8851.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 197 (77.34% from 255) = 94.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.29%
G=94.71%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1119700.94010.23116.6510038.63
HexBC505E06417756427
Octal13305013601442716514447
Binary10111100010101011110011001001011111101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,197,0); }

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

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

 a { background-color: rgb(11,197,0); }

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

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

 span { border-color: rgb(11,197,0); }

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