Html Css Color HEX #0BAB00 Islamic Green

📋 copy color: '#0BAB00'

red 11 ◦ green 171 ◦ blue 0

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

Shades of Islamic Green #0BAB00

Tints of Islamic Green #0BAB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.04%
G = 93.96%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#0BAB00 (or 0x0BAB00) is known color: Islamic Green. HEX triplet: 0B, AB and 00. RGB value is (11,171,0). Sum of RGB (Red+Green+Blue) = 11+171+0=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 171 (67.19% from 255 or 93.96% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB00 is #F454FF. Grayscale: #686868. Windows color (decimal): -16012544 or 43787. OLE color: 43787.

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

Color convert

RGB 11 171 0 -
CMYK 0.94 0 1 0.33
HSL 116.14º 1% 0.34% -
HSV(B) 116.14º 1% 0.67% -
XYZ 14.7 29.2 4.86 -
YUV 103.67 69.49 61.9 -
System Red Green Blue C M Y K H S L
Decimal 11 171 0 0.94 0 1 0.33 116.14 1 0.34
Hex B AB 0 5E 0 64 21 74 64 22
Octal 13 253 0 136 0 144 41 164 144 42
Binary 1011 10101011 0 1011110 0 1100100 100001 1110100 1100100 100010

Color Harmonies of #0BAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB00

Black with #0BAB00

Text Example


Text Example

White with #0BAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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