#0BA549

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

Shades of Pigment Green #0BA549

Tints of Pigment Green #0BA549

Color information

#0BA549 (or 0x0BA549) is unknown color: approx Pigment Green. HEX triplet: 0B, A5 and 49. RGB value is (11,165,73). Sum of RGB (Red+Green+Blue) = 11+165+73=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA549 is #F45AB6. Grayscale: #6C6C6C. Windows color (decimal): -16014007 or 4826379. OLE color: 4826379.

HSL color Cylindrical-coordinate representation of color #0BA549: hue angle of 144.16º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA549 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1116573-
CMYK0.9300.560.35
HSL144.16º87.5%34.51%-
HSV(B)144.16º93.33%64.71%-
XYZ14.827.4610.82-
YUV108.47107.9858.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.42%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=4.42%
G=66.27%
B=29.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11165730.9300.560.35144.1687.534.51
HexBA5495D03823905823
Octal132451111350704322013043
Binary101110100101100100110111010111000100011100100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,165,73); }

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

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

 a { background-color: rgb(11,165,73); }

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

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

 span { border-color: rgb(11,165,73); }

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