Html Css Color HEX #0BAC01 Islamic Green

📋 copy color: '#0BAC01'

red 11 ◦ green 172 ◦ blue 1

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

Shades of Islamic Green #0BAC01

Tints of Islamic Green #0BAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 5.98%
G = 93.48%
B = 0.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0BAC01 (or 0x0BAC01) is known color: Islamic Green. HEX triplet: 0B, AC and 01. RGB value is (11,172,1). Sum of RGB (Red+Green+Blue) = 11+172+1=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 172 (67.58% from 255 or 93.48% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC01 is #F453FE. Grayscale: #686868. Windows color (decimal): -16012287 or 109579. OLE color: 109579.

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

Color convert

RGB 11 172 1 -
CMYK 0.94 0 0.99 0.33
HSL 116.49º 0.99% 0.34% -
HSV(B) 116.49º 0.99% 0.67% -
XYZ 14.9 29.58 4.95 -
YUV 104.37 69.66 61.4 -
System Red Green Blue C M Y K H S L
Decimal 11 172 1 0.94 0 0.99 0.33 116.49 0.99 0.34
Hex B AC 1 5E 0 63 21 74 63 22
Octal 13 254 1 136 0 143 41 164 143 42
Binary 1011 10101100 1 1011110 0 1100011 100001 1110100 1100011 100010

Color Harmonies of #0BAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAC01

Black with #0BAC01

Text Example


Text Example

White with #0BAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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