Html Css Color HEX #0BAD4D Pigment Green

📋 copy color: '#0BAD4D'

red 11 ◦ green 173 ◦ blue 77

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

Shades of Pigment Green #0BAD4D

Tints of Pigment Green #0BAD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 4.21%
G = 66.28%
B = 29.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#0BAD4D (or 0x0BAD4D) is known color: Pigment Green. HEX triplet: 0B, AD and 4D. RGB value is (11,173,77). Sum of RGB (Red+Green+Blue) = 11+173+77=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 173 (67.97% from 255 or 66.28% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD4D is #F452B2. Grayscale: #717171. Windows color (decimal): -16011955 or 5090571. OLE color: 5090571.

HSL color Cylindrical-coordinate representation of color #0BAD4D: hue angle of 144.44º 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 #0BAD4D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 173 77 -
CMYK 0.94 0 0.55 0.32
HSL 144.44º 0.88% 0.36% -
HSV(B) 144.44º 0.94% 0.68% -
XYZ 16.42 30.49 12.04 -
YUV 113.62 107.33 54.81 -
System Red Green Blue C M Y K H S L
Decimal 11 173 77 0.94 0 0.55 0.32 144.44 0.88 0.36
Hex B AD 4D 5E 0 37 20 90 58 24
Octal 13 255 115 136 0 67 40 220 130 44
Binary 1011 10101101 1001101 1011110 0 110111 100000 10010000 1011000 100100

Color Harmonies of #0BAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAD4D

Black with #0BAD4D

Text Example


Text Example

White with #0BAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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