#0BAD4B

Color #0BAD4B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0BAD4B

Tints of Pigment Green #0BAD4B

Color information

#0BAD4B (or 0x0BAD4B) is unknown color: approx Pigment Green. HEX triplet: 0B, AD and 4B. RGB value is (11,173,75). Sum of RGB (Red+Green+Blue) = 11+173+75=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAD4B is #F452B4. Grayscale: #717171. Windows color (decimal): -16011957 or 4959499. OLE color: 4959499.

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

Color convert

RGB1117375-
CMYK0.9400.570.32
HSL143.7º88.04%36.08%-
HSV(B)143.7º93.64%67.84%-
XYZ16.3530.4711.68-
YUV113.39106.3354.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.25%
GREEN value IS 173 (67.97% from 255) = 66.80%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=4.25%
G=66.80%
B=28.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11173750.9400.570.32143.788.0436.08
HexBAD4B5E03920905824
Octal132551131360714022013044
Binary101110101101100101110111100111001100000100100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BAD4B;
 }
 .AnyTagClassName
 {
   color: #0BAD4B;
 }
</style>
background-color css

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

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

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

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

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

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