Html Css Color HEX #0BAC06 Islamic Green

📋 copy color: '#0BAC06'

red 11 ◦ green 172 ◦ blue 6

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

Shades of Islamic Green #0BAC06

Tints of Islamic Green #0BAC06

RGB

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

 GREEN value IS 172 (67.58% from 255) = 91.01%

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

R = 5.82%
G = 91.01%
B = 3.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#0BAC06 (or 0x0BAC06) is known color: Islamic Green. HEX triplet: 0B, AC and 06. RGB value is (11,172,6). Sum of RGB (Red+Green+Blue) = 11+172+6=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 172 (67.58% from 255 or 91.01% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC06 is #F453F9. Grayscale: #696969. Windows color (decimal): -16012282 or 437259. OLE color: 437259.

HSL color Cylindrical-coordinate representation of color #0BAC06: hue angle of 118.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BAC06 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 172 6 -
CMYK 0.94 0 0.97 0.33
HSL 118.19º 0.93% 0.35% -
HSV(B) 118.19º 0.97% 0.67% -
XYZ 14.92 29.59 5.1 -
YUV 104.94 72.16 61 -
System Red Green Blue C M Y K H S L
Decimal 11 172 6 0.94 0 0.97 0.33 118.19 0.93 0.35
Hex B AC 6 5E 0 61 21 76 5D 23
Octal 13 254 6 136 0 141 41 166 135 43
Binary 1011 10101100 110 1011110 0 1100001 100001 1110110 1011101 100011

Color Harmonies of #0BAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC06

Black with #0BAC06

Text Example


Text Example

White with #0BAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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