Html Css Color HEX #0BA806 Islamic Green

📋 copy color: '#0BA806'

red 11 ◦ green 168 ◦ blue 6

#0BA806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0BA806

Tints of Islamic Green #0BA806

RGB

 RED value IS 11 (4.69% from 255) = 5.95%

 GREEN value IS 168 (66.02% from 255) = 90.81%

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 5.95%
G = 90.81%
B = 3.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#0BA806 (or 0x0BA806) is known color: Islamic Green. HEX triplet: 0B, A8 and 06. RGB value is (11,168,6). Sum of RGB (Red+Green+Blue) = 11+168+6=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 168 (66.02% from 255 or 90.81% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA806 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA806 is #F457F9. Grayscale: #676767. Windows color (decimal): -16013306 or 436235. OLE color: 436235.

HSL color Cylindrical-coordinate representation of color #0BA806: hue angle of 118.15º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BA806 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 11 168 6 -
CMYK 0.93 0 0.96 0.34
HSL 118.15º 0.93% 0.34% -
HSV(B) 118.15º 0.96% 0.66% -
XYZ 14.17 28.09 4.85 -
YUV 102.59 73.49 62.67 -
System Red Green Blue C M Y K H S L
Decimal 11 168 6 0.93 0 0.96 0.34 118.15 0.93 0.34
Hex B A8 6 5D 0 60 22 76 5D 22
Octal 13 250 6 135 0 140 42 166 135 42
Binary 1011 10101000 110 1011101 0 1100000 100010 1110110 1011101 100010

Color Harmonies of #0BA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA806

Black with #0BA806

Text Example


Text Example

White with #0BA806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BA806;
 }
 .AnyTagClassName
 {
   color: #0BA806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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