Html Css Color HEX #0BAD04 Islamic Green

📋 copy color: '#0BAD04'

red 11 ◦ green 173 ◦ blue 4

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

Shades of Islamic Green #0BAD04

Tints of Islamic Green #0BAD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 5.85%
G = 92.02%
B = 2.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#0BAD04 (or 0x0BAD04) is known color: Islamic Green. HEX triplet: 0B, AD and 04. RGB value is (11,173,4). Sum of RGB (Red+Green+Blue) = 11+173+4=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 173 (67.97% from 255 or 92.02% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAD04 is #F452FB. Grayscale: #696969. Windows color (decimal): -16012028 or 306443. OLE color: 306443.

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

Color convert

RGB 11 173 4 -
CMYK 0.94 0 0.98 0.32
HSL 117.51º 0.95% 0.35% -
HSV(B) 117.51º 0.98% 0.68% -
XYZ 15.1 29.97 5.1 -
YUV 105.3 70.83 60.74 -
System Red Green Blue C M Y K H S L
Decimal 11 173 4 0.94 0 0.98 0.32 117.51 0.95 0.35
Hex B AD 4 5E 0 62 20 76 5F 23
Octal 13 255 4 136 0 142 40 166 137 43
Binary 1011 10101101 100 1011110 0 1100010 100000 1110110 1011111 100011

Color Harmonies of #0BAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAD04

Black with #0BAD04

Text Example


Text Example

White with #0BAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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