Html Css Color HEX #0BBD16 Islamic Green

📋 copy color: '#0BBD16'

red 11 ◦ green 189 ◦ blue 22

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

Shades of Islamic Green #0BBD16

Tints of Islamic Green #0BBD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 85.14%

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 4.95%
G = 85.14%
B = 9.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#0BBD16 (or 0x0BBD16) is known color: Islamic Green. HEX triplet: 0B, BD and 16. RGB value is (11,189,22). Sum of RGB (Red+Green+Blue) = 11+189+22=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 189 (74.22% from 255 or 85.14% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBD16 is #F442E9. Grayscale: #757575. Windows color (decimal): -16007914 or 1490187. OLE color: 1490187.

HSL color Cylindrical-coordinate representation of color #0BBD16: hue angle of 123.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD16 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 22 -
CMYK 0.94 0 0.88 0.26
HSL 123.71º 0.89% 0.39% -
HSV(B) 123.71º 0.94% 0.74% -
XYZ 18.48 36.52 6.83 -
YUV 116.74 74.53 52.58 -
System Red Green Blue C M Y K H S L
Decimal 11 189 22 0.94 0 0.88 0.26 123.71 0.89 0.39
Hex B BD 16 5E 0 58 1A 7C 59 27
Octal 13 275 26 136 0 130 32 174 131 47
Binary 1011 10111101 10110 1011110 0 1011000 11010 1111100 1011001 100111

Color Harmonies of #0BBD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBD16

Black with #0BBD16

Text Example


Text Example

White with #0BBD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,189,22); }

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

background-color css

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

 a { background-color: rgb(11,189,22); }

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

border-color css

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

 span { border-color: rgb(11,189,22); }

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