#0ba610

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

Shades of Islamic Green #0BA610

Tints of Islamic Green #0BA610

Color information

#0BA610 (or 0x0BA610) is unknown color: approx Islamic Green. HEX triplet: 0B, A6 and 10. RGB value is (11,166,16). Sum of RGB (Red+Green+Blue) = 11+166+16=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 166 (65.23% from 255 or 86.01% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA610 is #F459EF. Grayscale: #676767. Windows color (decimal): -16013808 or 1091083. OLE color: 1091083.

HSL color Cylindrical-coordinate representation of color #0BA610: hue angle of 121.94º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA610 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1116616-
CMYK0.9300.900.35
HSL121.94º87.57%34.71%-
HSV(B)121.94º93.37%65.1%-
XYZ13.8727.385.04-
YUV102.5679.1562.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 166 (65.23% from 255) = 86.01%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=5.70%
G=86.01%
B=8.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11166160.9300.900.35121.9487.5734.71
HexBA6105D05A237a5823
Octal132462013501324317213043
Binary1011101001101000010111010101101010001111110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ba610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,16); }

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

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

 a { background-color: rgb(11,166,16); }

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

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

 span { border-color: rgb(11,166,16); }

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