#0bac4f

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

Shades of Pigment Green #0BAC4F

Tints of Pigment Green #0BAC4F

Color information

#0BAC4F (or 0x0BAC4F) is unknown color: approx Pigment Green. HEX triplet: 0B, AC and 4F. RGB value is (11,172,79). Sum of RGB (Red+Green+Blue) = 11+172+79=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC4F is #F453B0. Grayscale: #717171. Windows color (decimal): -16012209 or 5221387. OLE color: 5221387.

HSL color Cylindrical-coordinate representation of color #0BAC4F: hue angle of 145.34º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC4F is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1117279-
CMYK0.9400.540.33
HSL145.34º87.98%35.88%-
HSV(B)145.34º93.6%67.45%-
XYZ16.330.1412.36-
YUV113.26108.6655.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.20%
GREEN value IS 172 (67.58% from 255) = 65.65%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=4.20%
G=65.65%
B=30.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11172790.9400.540.33145.3487.9835.88
HexBAC4F5E03621915824
Octal132541171360664122113044
Binary101110101100100111110111100110110100001100100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bac4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,79); }

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

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

 a { background-color: rgb(11,172,79); }

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

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

 span { border-color: rgb(11,172,79); }

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