Html Css Color HEX #0B9B05 Islamic Green

📋 copy color: '#0B9B05'

red 11 ◦ green 155 ◦ blue 5

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

Shades of Islamic Green #0B9B05

Tints of Islamic Green #0B9B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 90.64%

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 6.43%
G = 90.64%
B = 2.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#0B9B05 (or 0x0B9B05) is known color: Islamic Green. HEX triplet: 0B, 9B and 05. RGB value is (11,155,5). Sum of RGB (Red+Green+Blue) = 11+155+5=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 155 (60.94% from 255 or 90.64% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9B05 is #F464FA. Grayscale: #5F5F5F. Windows color (decimal): -16016635 or 367371. OLE color: 367371.

HSL color Cylindrical-coordinate representation of color #0B9B05: hue angle of 117.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B9B05 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 155 5 -
CMYK 0.93 0 0.97 0.39
HSL 117.6º 0.94% 0.31% -
HSV(B) 117.6º 0.97% 0.61% -
XYZ 11.89 23.52 4.06 -
YUV 94.84 77.29 68.2 -
System Red Green Blue C M Y K H S L
Decimal 11 155 5 0.93 0 0.97 0.39 117.6 0.94 0.31
Hex B 9B 5 5D 0 61 27 76 5E 1F
Octal 13 233 5 135 0 141 47 166 136 37
Binary 1011 10011011 101 1011101 0 1100001 100111 1110110 1011110 11111

Color Harmonies of #0B9B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9B05

Black with #0B9B05

Text Example


Text Example

White with #0B9B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,155,5); }

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

background-color css

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

 a { background-color: rgb(11,155,5); }

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

border-color css

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

 span { border-color: rgb(11,155,5); }

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