Html Css Color HEX #0BAD55 Pigment Green

📋 copy color: '#0BAD55'

red 11 ◦ green 173 ◦ blue 85

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

Shades of Pigment Green #0BAD55

Tints of Pigment Green #0BAD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 4.09%
G = 64.31%
B = 31.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#0BAD55 (or 0x0BAD55) is known color: Pigment Green. HEX triplet: 0B, AD and 55. RGB value is (11,173,85). Sum of RGB (Red+Green+Blue) = 11+173+85=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD55 is #F452AA. Grayscale: #727272. Windows color (decimal): -16011947 or 5614859. OLE color: 5614859.

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

Color convert

RGB 11 173 85 -
CMYK 0.94 0 0.51 0.32
HSL 147.41º 0.88% 0.36% -
HSV(B) 147.41º 0.94% 0.68% -
XYZ 16.72 30.61 13.62 -
YUV 114.53 111.33 54.16 -
System Red Green Blue C M Y K H S L
Decimal 11 173 85 0.94 0 0.51 0.32 147.41 0.88 0.36
Hex B AD 55 5E 0 33 20 93 58 24
Octal 13 255 125 136 0 63 40 223 130 44
Binary 1011 10101101 1010101 1011110 0 110011 100000 10010011 1011000 100100

Color Harmonies of #0BAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAD55

Black with #0BAD55

Text Example


Text Example

White with #0BAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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