Html Css Color HEX #0BAD1D Islamic Green

📋 copy color: '#0BAD1D'

red 11 ◦ green 173 ◦ blue 29

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

Shades of Islamic Green #0BAD1D

Tints of Islamic Green #0BAD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 81.22%

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 5.16%
G = 81.22%
B = 13.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#0BAD1D (or 0x0BAD1D) is known color: Islamic Green. HEX triplet: 0B, AD and 1D. RGB value is (11,173,29). Sum of RGB (Red+Green+Blue) = 11+173+29=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 173 (67.97% from 255 or 81.22% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAD1D is #F452E2. Grayscale: #6C6C6C. Windows color (decimal): -16012003 or 1944843. OLE color: 1944843.

HSL color Cylindrical-coordinate representation of color #0BAD1D: hue angle of 126.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD1D is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 173 29 -
CMYK 0.94 0 0.83 0.32
HSL 126.67º 0.88% 0.36% -
HSV(B) 126.67º 0.94% 0.68% -
XYZ 15.3 30.05 6.16 -
YUV 108.15 83.33 58.71 -
System Red Green Blue C M Y K H S L
Decimal 11 173 29 0.94 0 0.83 0.32 126.67 0.88 0.36
Hex B AD 1D 5E 0 53 20 7F 58 24
Octal 13 255 35 136 0 123 40 177 130 44
Binary 1011 10101101 11101 1011110 0 1010011 100000 1111111 1011000 100100

Color Harmonies of #0BAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAD1D

Black with #0BAD1D

Text Example


Text Example

White with #0BAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,173,29); }

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

background-color css

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

 a { background-color: rgb(11,173,29); }

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

border-color css

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

 span { border-color: rgb(11,173,29); }

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