#0BA35A

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

Shades of Pigment Green #0BA35A

Tints of Pigment Green #0BA35A

Color information

#0BA35A (or 0x0BA35A) is unknown color: approx Pigment Green. HEX triplet: 0B, A3 and 5A. RGB value is (11,163,90). Sum of RGB (Red+Green+Blue) = 11+163+90=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA35A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA35A is #F45CA5. Grayscale: #6D6D6D. Windows color (decimal): -16014502 or 5939979. OLE color: 5939979.

HSL color Cylindrical-coordinate representation of color #0BA35A: hue angle of 151.18º 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 #0BA35A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1116390-
CMYK0.9300.450.36
HSL151.18º87.36%34.12%-
HSV(B)151.18º93.25%63.92%-
XYZ15.082714.09-
YUV109.23117.1457.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.17%
GREEN value IS 163 (64.06% from 255) = 61.74%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=4.17%
G=61.74%
B=34.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11163900.9300.450.36151.1887.3634.12
HexBA35A5D02D24975722
Octal132431321350554422712742
Binary101110100011101101010111010101101100100100101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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