Html Css Color HEX #0BAA0A Islamic Green

📋 copy color: '#0BAA0A'

red 11 ◦ green 170 ◦ blue 10

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

Shades of Islamic Green #0BAA0A

Tints of Islamic Green #0BAA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 89.01%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 5.76%
G = 89.01%
B = 5.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#0BAA0A (or 0x0BAA0A) is known color: Islamic Green. HEX triplet: 0B, AA and 0A. RGB value is (11,170,10). Sum of RGB (Red+Green+Blue) = 11+170+10=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 170 (66.80% from 255 or 89.01% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAA0A is #F455F5. Grayscale: #686868. Windows color (decimal): -16012790 or 698891. OLE color: 698891.

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

Color convert

RGB 11 170 10 -
CMYK 0.94 0 0.94 0.33
HSL 119.63º 0.89% 0.35% -
HSV(B) 119.63º 0.94% 0.67% -
XYZ 14.57 28.84 5.09 -
YUV 104.22 74.82 61.51 -
System Red Green Blue C M Y K H S L
Decimal 11 170 10 0.94 0 0.94 0.33 119.63 0.89 0.35
Hex B AA A 5E 0 5E 21 78 59 23
Octal 13 252 12 136 0 136 41 170 131 43
Binary 1011 10101010 1010 1011110 0 1011110 100001 1111000 1011001 100011

Color Harmonies of #0BAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA0A

Black with #0BAA0A

Text Example


Text Example

White with #0BAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,10); }

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

background-color css

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

 a { background-color: rgb(11,170,10); }

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

border-color css

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

 span { border-color: rgb(11,170,10); }

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