Html Css Color HEX #0BA202 Islamic Green

📋 copy color: '#0BA202'

red 11 ◦ green 162 ◦ blue 2

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

Shades of Islamic Green #0BA202

Tints of Islamic Green #0BA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 92.57%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 6.29%
G = 92.57%
B = 1.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#0BA202 (or 0x0BA202) is known color: Islamic Green. HEX triplet: 0B, A2 and 02. RGB value is (11,162,2). Sum of RGB (Red+Green+Blue) = 11+162+2=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 162 (63.67% from 255 or 92.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA202 is #F45DFD. Grayscale: #636363. Windows color (decimal): -16014846 or 172555. OLE color: 172555.

HSL color Cylindrical-coordinate representation of color #0BA202: hue angle of 116.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BA202 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 11 162 2 -
CMYK 0.93 0 0.99 0.36
HSL 116.63º 0.98% 0.32% -
HSV(B) 116.63º 0.99% 0.64% -
XYZ 13.07 25.92 4.37 -
YUV 98.61 73.47 65.51 -
System Red Green Blue C M Y K H S L
Decimal 11 162 2 0.93 0 0.99 0.36 116.63 0.98 0.32
Hex B A2 2 5D 0 63 24 75 62 20
Octal 13 242 2 135 0 143 44 165 142 40
Binary 1011 10100010 10 1011101 0 1100011 100100 1110101 1100010 100000

Color Harmonies of #0BA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA202

Black with #0BA202

Text Example


Text Example

White with #0BA202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,162,2); }

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

background-color css

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

 a { background-color: rgb(11,162,2); }

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

border-color css

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

 span { border-color: rgb(11,162,2); }

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