#0BA941

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

Shades of Pigment Green #0BA941

Tints of Pigment Green #0BA941

Color information

#0BA941 (or 0x0BA941) is unknown color: approx Pigment Green. HEX triplet: 0B, A9 and 41. RGB value is (11,169,65). Sum of RGB (Red+Green+Blue) = 11+169+65=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 169 (66.41% from 255 or 68.98% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA941 is #F456BE. Grayscale: #6E6E6E. Windows color (decimal): -16012991 or 4303115. OLE color: 4303115.

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

Color convert

RGB1116965-
CMYK0.9300.620.34
HSL140.51º87.78%35.29%-
HSV(B)140.51º93.49%66.27%-
XYZ15.2828.839.76-
YUV109.9102.6557.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.49%
GREEN value IS 169 (66.41% from 255) = 68.98%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=4.49%
G=68.98%
B=26.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11169650.9300.620.34140.5187.7835.29
HexBA9415D03E228d5823
Octal132511011350764221513043
Binary101110101001100000110111010111110100010100011011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,169,65); }

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

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

 a { background-color: rgb(11,169,65); }

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

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

 span { border-color: rgb(11,169,65); }

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