Html Css Color HEX #0B9502 Islamic Green

📋 copy color: '#0B9502'

red 11 ◦ green 149 ◦ blue 2

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

Shades of Islamic Green #0B9502

Tints of Islamic Green #0B9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 91.98%

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

R = 6.79%
G = 91.98%
B = 1.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#0B9502 (or 0x0B9502) is known color: Islamic Green. HEX triplet: 0B, 95 and 02. RGB value is (11,149,2). Sum of RGB (Red+Green+Blue) = 11+149+2=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 149 (58.59% from 255 or 91.98% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 149 - color contains mainly: green. Hex color #0B9502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9502 is #F46AFD. Grayscale: #5B5B5B. Windows color (decimal): -16018174 or 169227. OLE color: 169227.

HSL color Cylindrical-coordinate representation of color #0B9502: hue angle of 116.33º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B9502 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 149 2 -
CMYK 0.93 0 0.99 0.42
HSL 116.33º 0.97% 0.3% -
HSV(B) 116.33º 0.99% 0.58% -
XYZ 10.9 21.57 3.65 -
YUV 90.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 11 149 2 0.93 0 0.99 0.42 116.33 0.97 0.3
Hex B 95 2 5D 0 63 2A 74 61 1E
Octal 13 225 2 135 0 143 52 164 141 36
Binary 1011 10010101 10 1011101 0 1100011 101010 1110100 1100001 11110

Color Harmonies of #0B9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9502

Black with #0B9502

Text Example


Text Example

White with #0B9502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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