Html Css Color HEX #0BAB01 Islamic Green

📋 copy color: '#0BAB01'

red 11 ◦ green 171 ◦ blue 1

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

Shades of Islamic Green #0BAB01

Tints of Islamic Green #0BAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 93.44%

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

R = 6.01%
G = 93.44%
B = 0.55%

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

#0BAB01 (or 0x0BAB01) is known color: Islamic Green. HEX triplet: 0B, AB and 01. RGB value is (11,171,1). Sum of RGB (Red+Green+Blue) = 11+171+1=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 171 (67.19% from 255 or 93.44% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB01 is #F454FE. Grayscale: #686868. Windows color (decimal): -16012543 or 109323. OLE color: 109323.

HSL color Cylindrical-coordinate representation of color #0BAB01: hue angle of 116.47º 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 #0BAB01 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 1 -
CMYK 0.94 0 0.99 0.33
HSL 116.47º 0.99% 0.34% -
HSV(B) 116.47º 0.99% 0.67% -
XYZ 14.71 29.2 4.89 -
YUV 103.78 69.99 61.82 -
System Red Green Blue C M Y K H S L
Decimal 11 171 1 0.94 0 0.99 0.33 116.47 0.99 0.34
Hex B AB 1 5E 0 63 21 74 63 22
Octal 13 253 1 136 0 143 41 164 143 42
Binary 1011 10101011 1 1011110 0 1100011 100001 1110100 1100011 100010

Color Harmonies of #0BAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB01

Black with #0BAB01

Text Example


Text Example

White with #0BAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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