Html Css Color HEX #0BA012 Islamic Green

📋 copy color: '#0BA012'

red 11 ◦ green 160 ◦ blue 18

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

Shades of Islamic Green #0BA012

Tints of Islamic Green #0BA012

RGB

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

 GREEN value IS 160 (62.89% from 255) = 84.66%

 BLUE value IS 18 (7.42% from 255) = 9.52%

R = 5.82%
G = 84.66%
B = 9.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#0BA012 (or 0x0BA012) is known color: Islamic Green. HEX triplet: 0B, A0 and 12. RGB value is (11,160,18). Sum of RGB (Red+Green+Blue) = 11+160+18=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA012 is #F45FED. Grayscale: #636363. Windows color (decimal): -16015342 or 1220619. OLE color: 1220619.

HSL color Cylindrical-coordinate representation of color #0BA012: hue angle of 122.82º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA012 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 11 160 18 -
CMYK 0.93 0 0.89 0.37
HSL 122.82º 0.87% 0.34% -
HSV(B) 122.82º 0.93% 0.63% -
XYZ 12.82 25.26 4.77 -
YUV 99.26 82.14 65.05 -
System Red Green Blue C M Y K H S L
Decimal 11 160 18 0.93 0 0.89 0.37 122.82 0.87 0.34
Hex B A0 12 5D 0 59 25 7B 57 22
Octal 13 240 22 135 0 131 45 173 127 42
Binary 1011 10100000 10010 1011101 0 1011001 100101 1111011 1010111 100010

Color Harmonies of #0BA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA012

Black with #0BA012

Text Example


Text Example

White with #0BA012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,160,18); }

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

background-color css

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

 a { background-color: rgb(11,160,18); }

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

border-color css

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

 span { border-color: rgb(11,160,18); }

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