#0BC408

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

Shades of Islamic Green #0BC408

Tints of Islamic Green #0BC408

Color information

#0BC408 (or 0x0BC408) is unknown color: approx Islamic Green. HEX triplet: 0B, C4 and 08. RGB value is (11,196,8). Sum of RGB (Red+Green+Blue) = 11+196+8=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 196 (76.95% from 255 or 91.16% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC408 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC408 is #F43BF7. Grayscale: #777777. Windows color (decimal): -16006136 or 574475. OLE color: 574475.

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

Color convert

RGB111968-
CMYK0.9400.960.23
HSL119.04º92.16%40%-
HSV(B)119.04º95.92%76.86%-
XYZ19.9239.576.82-
YUV119.2565.2150.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.12%
GREEN value IS 196 (76.95% from 255) = 91.16%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=5.12%
G=91.16%
B=3.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1119680.9400.960.23119.0492.1640
HexBC485E06017775c28
Octal133041013601402716713450
Binary10111100010010001011110011000001011111101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,196,8); }

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

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

 a { background-color: rgb(11,196,8); }

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

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

 span { border-color: rgb(11,196,8); }

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