#0BA354

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

Shades of Pigment Green #0BA354

Tints of Pigment Green #0BA354

Color information

#0BA354 (or 0x0BA354) is unknown color: approx Pigment Green. HEX triplet: 0B, A3 and 54. RGB value is (11,163,84). Sum of RGB (Red+Green+Blue) = 11+163+84=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 163 (64.06% from 255 or 63.18% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA354 is #F45CAB. Grayscale: #6C6C6C. Windows color (decimal): -16014508 or 5546763. OLE color: 5546763.

HSL color Cylindrical-coordinate representation of color #0BA354: hue angle of 148.82º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA354 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1116384-
CMYK0.9300.480.36
HSL148.82º87.36%34.12%-
HSV(B)148.82º93.25%63.92%-
XYZ14.8426.9112.8-
YUV108.55114.1458.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 163 (64.06% from 255) = 63.18%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=4.26%
G=63.18%
B=32.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11163840.9300.480.36148.8287.3634.12
HexBA3545D03024955722
Octal132431241350604422512742
Binary101110100011101010010111010110000100100100101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,163,84); }

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

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

 a { background-color: rgb(11,163,84); }

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

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

 span { border-color: rgb(11,163,84); }

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