#0BC306

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

Shades of Islamic Green #0BC306

Tints of Islamic Green #0BC306

Color information

#0BC306 (or 0x0BC306) is unknown color: approx Islamic Green. HEX triplet: 0B, C3 and 06. RGB value is (11,195,6). Sum of RGB (Red+Green+Blue) = 11+195+6=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 195 (76.56% from 255 or 91.98% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC306 is #F43CF9. Grayscale: #777777. Windows color (decimal): -16006394 or 443147. OLE color: 443147.

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

Color convert

RGB111956-
CMYK0.9400.970.24
HSL118.41º94.03%39.41%-
HSV(B)118.41º96.92%76.47%-
XYZ19.6939.116.68-
YUV118.4464.5451.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 195 (76.56% from 255) = 91.98%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=5.19%
G=91.98%
B=2.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1119560.9400.970.24118.4194.0339.41
HexBC365E06118765e27
Octal13303613601413016613647
Binary1011110000111101011110011000011100011101101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,195,6); }

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

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

 a { background-color: rgb(11,195,6); }

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

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

 span { border-color: rgb(11,195,6); }

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